[][src]Module grin_pool::transaction_pool

Transaction pool implementation leveraging txhashset for chain state validation. It is a valid operation to add a tx to the tx pool if the resulting tx pool can be added to the current chain state to produce a valid chain state.

Structs

TransactionPool

Transaction pool implementation.