Type Definition sc_transaction_pool::FullPool

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