Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Peer ¶
type Peer struct { Status status.Status Moniker string Agent string Address string Direction string Protocols []string PeerID ID ConsensusKeys []*bls.PublicKey Services service.Services LastSent time.Time LastReceived time.Time LastBlockHash hash.Hash Height uint32 ReceivedBundles int InvalidBundles int TotalSessions int CompletedSessions int ReceivedBytes map[message.Type]int64 SentBytes map[message.Type]int64 }
func (*Peer) DownloadScore ¶
func (*Peer) IsFullNode ¶ added in v1.4.0
Click to show internal directories.
Click to hide internal directories.