Expand description
Substrate transaction pool implementation.
Modules§
- error
- Transaction pool error.
Structs§
- Basic
Pool - Basic implementation of transaction pool that can be customized by providing PoolApi.
- Full
Chain Api - The transaction pool logic for full client.
- Options
- Pool configuration options.
- Pool
- Extrinsics pool that performs validation.
- Pool
Limit - Queue limits
- Transaction
- Immutable transaction
Enums§
- Revalidation
Type - Type of revalidation.
- Validated
Transaction - Pre-validated transaction. Validated pool only accepts transactions wrapped in this enum.
Traits§
- Chain
Api - Concrete extrinsic validation and query logic.
Functions§
- notification_
future - Inform the transaction pool about imported and finalized blocks.
Type Aliases§
- Full
Pool - A transaction pool for a full node.