mirror of
https://github.com/status-im/status-go.git
synced 2025-01-11 07:07:24 +00:00
5 lines
77 B
Go
5 lines
77 B
Go
|
package state
|
||
|
|
||
|
// PeerID is the ID for a specific peer.
|
||
|
type PeerID [65]byte
|