Documentation
¶
Index ¶
- Constants
- func Splice(s *splice.Splice, id nonce.ID, key *crypto.Pub, load byte, expiry time.Time)
- type Ad
- func (x *Ad) Decode(s *splice.Splice) (e error)
- func (x *Ad) Encode(s *splice.Splice) (e error)
- func (x *Ad) GetOnion() interface{}
- func (x *Ad) Len() int
- func (x *Ad) Magic() string
- func (x *Ad) Splice(s *splice.Splice)
- func (x *Ad) SpliceNoSig(s *splice.Splice)
- func (x *Ad) Validate() (valid bool)
Constants ¶
View Source
const ( Magic = "load" Len = adproto.Len + 1 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Ad ¶
Ad stores a specification for the fee rate and existence of a peer.
func (*Ad) SpliceNoSig ¶
Click to show internal directories.
Click to hide internal directories.