Crate grin_pool

source ·
Expand description

The transaction pool, keeping a view of currently valid transactions that may be confirmed soon.

Re-exports§

Modules§

  • 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.
  • The primary module containing the implementations of the transaction pool and its top-level members.

Structs§