Documentation
¶
Overview ¶
Package load provides a message type that provides information about the current load level of a node identified by its public key.
Index ¶
Constants ¶
View Source
const ( Magic = "load" Len = ad.Len + 1 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Ad ¶
type Ad struct { // Embed ad.Ad for the common fields ad.Ad // Load is a value that represents utilisation as a value from 0 to 255. Load byte }
Ad stores a specification for the fee rate and existence of a peer.
func (*Ad) Magic ¶
Magic is the identifying 4 byte string used to mark the beginning of a message and designate the type.
func (*Ad) SpliceNoSig ¶
SpliceNoSig encodes the message but stops at the signature.
Click to show internal directories.
Click to hide internal directories.