Crate sc_transaction_pool[−][src]
Expand description
Substrate transaction pool implementation.
Modules
Transaction pool error.
Structs
Basic implementation of transaction pool that can be customized by providing PoolApi.
The transaction pool logic for full client.
Pool configuration options.
Extrinsics pool that performs validation.
Queue limits
Immutable transaction
Enums
Type of revalidation.
Traits
Concrete extrinsic validation and query logic.
Functions
Inform the transaction pool about imported and finalized blocks.
Type Definitions
A transaction pool for a full node.