Crate sc_transaction_pool
source ·Expand description
Substrate transaction pool implementation.
Structs§
- Basic implementation of transaction pool that can be customized by providing PoolApi.
- Builder allowing to create specific instance of transaction pool.
- The fork-aware transaction pool.
- The transaction pool logic for full client.
- Pool configuration options.
- Extrinsics pool that performs validation.
- Queue limits
- Transaction pool options.
- The wrapper for actual object providing implementation of TransactionPool.
Enums§
- Type of revalidation.
- The type of transaction pool.
Constants§
- Log target for transaction pool.
Traits§
- Concrete extrinsic validation and query logic.
Functions§
- Inform the transaction pool about imported and finalized blocks.
Type Aliases§
- Fork aware transaction pool task, that needs to be polled.
- The public type alias for the actual type providing the implementation of
FullClientTransactionPool
with the givenClient
andBlock
types.