Expand description

Bitcoin consensus.

This module defines structures, functions, and traits that are needed to conform to Bitcoin consensus.

Re-exports

pub use self::encode::Encodable;
pub use self::encode::Decodable;
pub use self::encode::WriteExt;
pub use self::encode::ReadExt;
pub use self::encode::serialize;
pub use self::encode::deserialize;
pub use self::encode::deserialize_partial;
pub use self::params::Params;

Modules

Bitcoin consensus-encodable types.
Bitcoin consensus parameters.