mirror of
https://github.com/status-im/status-go.git
synced 2025-01-10 06:36:32 +00:00
8 lines
111 B
Go
8 lines
111 B
Go
package metainfo
|
|
|
|
// Uniquely identifies a piece.
|
|
type PieceKey struct {
|
|
InfoHash Hash
|
|
Index pieceIndex
|
|
}
|