Module meta_addr

Source
Expand description

An address-with-metadata type used in Bitcoin networking.

Re-exports§

pub use peer_addr::PeerSocketAddr;

Modules§

arbitrary 🔒
Randomised test data generation for MetaAddr.
peer_addr
Wrappers for peer addresses which hide sensitive user and node operator details in logs and metrics.

Structs§

MetaAddr
An address with metadata on its advertised services and last-seen time.

Enums§

MetaAddrChange
A change to an existing MetaAddr.
PeerAddrState
Peer connection state, based on our interactions with the peer.