Type Definition sc_transaction_pool::FullPool[][src]

type FullPool<Block, Client> = BasicPool<FullChainApi<Client, Block>, Block>;
Expand description

A transaction pool for a full node.

Implementations

Create new basic transaction pool for a full node with the provided api.