Crate sc_transaction_pool[][src]

Expand description

Substrate transaction pool implementation.

Modules

Transaction pool error.

Common types for testing the transaction pool

Structs

Basic implementation of transaction pool that can be customized by providing PoolApi.

The transaction pool logic for full client.

The transaction pool logic for light client.

Pool configuration options.

Immutable transaction

Enums

Type of revalidation.

Functions

Inform the transaction pool about imported and finalized blocks.

Type Definitions

A transaction pool for a full node.

A transaction pool for a light node.