pub 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.