Type Definition sc_transaction_pool::LightPool[][src]

type LightPool<Block, Client, Fetcher> = BasicPool<LightChainApi<Client, Fetcher, Block>, Block>;
Expand description

A transaction pool for a light node.

Implementations

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