bitcoin-txmempool 0.1.16-alpha.0

TxMemPool stores valid-according-to-the-current-best-chain transactions that may be included in the next block
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#[macro_use] mod imports; use imports::*;

x!{compare}
x!{rbf}
x!{depth_and_score_comparator}
x!{info}
x!{mempool_accept_result}
x!{removal_reason}
x!{settings}
x!{txdb}
x!{txid}
x!{txmempool}
x!{txundo}
x!{undo}
x!{update}
x!{validation}
x!{versionbits}
x!{coinsview}