Crate cuprate_wire

Source
Expand description

§Cuprate Wire

A crate defining Monero network messages and network addresses, built on top of the cuprate_levin crate.

§License

This project is licensed under the MIT License.

Re-exports§

pub use network_address::NetZone;
pub use network_address::NetworkAddress;
pub use cuprate_levin as levin;
pub use p2p::*;

Modules§

network_address
This module defines the addresses that will get passed around the Monero network. Core Monero has 4 main addresses: IPv4, IPv6, Tor, I2p. Currently this module only has IPv(4/6).
p2p
This module defines a Monero Message enum which contains every possible Monero network message (levin body)

Enums§

BucketError
Possible Errors when working with levin buckets

Type Aliases§

MoneroWireCodec