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

Traits

  • Concrete extrinsic validation and query logic.

Functions

Type Definitions

  • A transaction pool for a full node.