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
impl<Block, Client, Fetcher> LightPool<Block, Client, Fetcher> where
Block: BlockT,
Client: HeaderBackend<Block> + UsageProvider<Block> + 'static,
Fetcher: Fetcher<Block> + 'static,
impl<Block, Client, Fetcher> LightPool<Block, Client, Fetcher> where
Block: BlockT,
Client: HeaderBackend<Block> + UsageProvider<Block> + 'static,
Fetcher: Fetcher<Block> + 'static,