Skip to main content

Crate bitcoin_rs_mempool

Crate bitcoin_rs_mempool 

Source
Expand description

§bitcoin-rs-mempool

Part of bitcoin-rs. See PLAN.md Task entry for this crate.

Re-exports§

pub use entry::EntryId;
pub use entry::MempoolEntry;
pub use eviction::evict_lowest_fee_packages;
pub use pareto::ParetoFront;
pub use policy::MempoolLimits;
pub use policy::PolicyError;
pub use pool::Mempool;
pub use pool::MempoolError;
pub use pool::MempoolStats;
pub use pool::ScriptHash;
pub use rbf::RbfError;
pub use rbf::ReplacementCandidate;
pub use rbf::ReplacementPlan;

Modules§

entry
Mempool entry metadata.
eviction
Package eviction policy.
pareto
Pareto-front transaction priority ordering.
policy
Mempool policy limits.
pool
Mempool indexes and mutation API.
rbf
BIP125 replacement-by-fee checks.