Module zebra_network::protocol::external::addr
source · Expand description
Node address wire formats. Zcash node address types and serialization for Zcash network messages.
Zcash has 3 different node address formats:
AddrV1
: the format used inaddr
(v1) messages,AddrInVersion
: the format used inversion
messages, andAddrV2
: the format used inaddrv2
messages.
Re-exports§
pub use canonical::canonical_peer_addr;
pub use canonical::canonical_socket_addr;
pub use in_version::AddrInVersion;