Expand description

Core types

Re-exports

pub use self::block::*;
pub use self::block_sums::*;
pub use self::committed::Committed;
pub use self::compact_block::*;
pub use self::id::ShortId;
pub use self::pmmr::segment::*;
pub use self::transaction::*;

Modules

Blocks and blockheaders

BlockSums per-block running totals for utxo_sum and kernel_sum. Allows fast “full” verification of kernel sums at a given block height.

The Committed trait and associated errors.

Compact Blocks.

Hash Function

short ids for compact blocks

Merkle Proofs

Persistent and prunable Merkle Mountain Range implementation. For a high level description of MMRs, see:

Transactions

Enums

Common errors

Functions

Common method for parsing an amount from human-readable, and converting to internally-compatible u64

Common method for converting an amount to a human-readable string