Expand description
Substrate transaction pool implementation.
Structs§
- Basic
Pool - Basic implementation of transaction pool that can be customized by providing PoolApi.
- Builder
- Builder allowing to create specific instance of transaction pool.
- Fork
Aware TxPool - The fork-aware transaction pool.
- 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
Pool Options - Transaction pool options.
- Transaction
Pool Wrapper - The wrapper for actual object providing implementation of TransactionPool.
Enums§
- Revalidation
Type - Type of revalidation.
- Transaction
Pool Type - The type of transaction pool.
Constants§
- LOG_
TARGET - Log target for transaction pool.
Traits§
- Chain
Api - Concrete extrinsic validation and query logic.
Functions§
- notification_
future - Inform the transaction pool about imported and finalized blocks.
Type Aliases§
- Fork
Aware TxPool Task - Fork aware transaction pool task, that needs to be polled.
- Transaction
Pool Handle - The public type alias for the actual type providing the implementation of
FullClientTransactionPool
with the givenClient
andBlock
types.