Expand description

Generic Transaction Pool

The pool is based on dependency graph between transactions and their priority. The pool is able to return an iterator that traverses transaction graph in the correct order taking into account priorities and dependencies.

Re-exports

pub use self::base_pool::Transaction;

Modules

A basic version of the dependency graph.

Extrinsics status updates.

Structs

A closure that returns true if the local node is a validator that can author blocks.

Pool configuration options.

Extrinsics pool that performs validation.

Enums

Pre-validated transaction. Validated pool only accepts transactions wrapped in this enum.

Traits

Concrete extrinsic validation and query logic.

Type Definitions

Block hash type for a pool.

Modification notification event stream type;

Extrinsic type for a pool.

Extrinsic hash type for a pool.

Block number type for the ChainApi

A type of transaction stored in the pool