Expand description

Substrate transaction pool implementation.

Re-exports

pub use sc_transaction_graph as txpool;

Modules

Transaction pool error.

Structs

Basic implementation of transaction pool that can be customized by providing PoolApi.

The transaction pool logic for full client.

The transaction pool logic for light client.

Enums

Type of revalidation.

Functions

Inform the transaction pool about imported and finalized blocks.

Type Definitions

A transaction pool for a full node.

A transaction pool for a light node.