5 lines
77 B
Go
5 lines
77 B
Go
|
package state
|
||
|
|
||
|
// PeerID is the ID for a specific peer.
|
||
|
type PeerID [65]byte
|