bitcoin-blockpolicy 0.1.16-alpha.0

tools used for estimating the feerate needed for a transaction to be included in a block within a certain number of blocks
Documentation
1
2
3
4
5
6
7
8
9
pub(crate) use bitcoin_amt::*;
pub(crate) use bitcoin_derive::*;
pub(crate) use bitcoin_epoch::*;
pub(crate) use bitcoin_fees::*;
pub(crate) use bitcoin_imports::*;
pub(crate) use bitcoin_primitives::*;
pub(crate) use bitcoin_tx::*;
pub(crate) use bitcoin_txmempoolentry::*;