bitcoin-txmempoolentry 0.1.16-alpha.0

TxMemPoolEntry stores data about the corresponding transaction, as well as data about all in-mempool transactions that depend on the transaction (descendant transactions)
Documentation
1
2
3
4
5
6
7
8

pub(crate) use bitcoin_amt::*;
pub(crate) use bitcoin_block::*;
pub(crate) use bitcoin_derive::*;
pub(crate) use bitcoin_epoch::*;
pub(crate) use bitcoin_imports::*;
pub(crate) use bitcoin_tx::*;