Crate sc_transaction_pool
source ·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.
- Pre-validated transaction. Validated pool only accepts transactions wrapped in this enum.
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.