mirror of
https://github.com/status-im/status-go.git
synced 2025-01-16 01:35:10 +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
|