brk_mempool 0.3.1

Bitcoin mempool monitor with fee estimation
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Read-side accessors on [`crate::Mempool`]. Each submodule groups a
//! cohesive method set. Types flow back through `pub use`.

mod addr;
mod block_template;
mod fees;
mod histogram;
mod rbf;
mod tx;

pub use rbf::{RbfForTx, RbfNode};