TransactionPool
new
add_to_stempool
add_to_txpool
add_to_pool
reconcile_block
retrieve_transactions
is_acceptable
total_size
prepare_mineable_transactions
Pool
new
contains_tx
retrieve_transactions
prepare_mineable_transactions
all_transactions
aggregate_transaction
select_valid_transactions
add_to_pool
reconcile
bucket_transactions
remaining_transactions
find_matching_transactions
reconcile_block
size
NoopAdapter
tx_accepted
/// The transaction pool has accepted this transactions as valid and added
/// it to its internal cache.
stem_tx_accepted
/// The stem transaction pool has accepted this transactions as valid and
/// added it to its internal cache, we have waited for the "patience" timer
/// to fire and we now want to propagate the tx to the next Dandelion relay.