[][src]Module monero::consensus

Consensus encoding decoding Monero format

This module defines traits and functions which are needed to conform to Monero consensus.

Encode module

The encode module is based on Andrew Poelstra work in rust-bitcoin library.

Re-exports

pub use self::encode::deserialize;
pub use self::encode::serialize;
pub use self::encode::serialize_hex;
pub use self::encode::Decodable;
pub use self::encode::Decoder;
pub use self::encode::Encodable;
pub use self::encode::Encoder;

Modules

encode

Consensus-encodable types