mirror of
https://github.com/status-im/status-go.git
synced 2025-02-11 06:16:43 +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
|
||
|
}
|