Trait sc_network::config::Client[][src]

pub trait Client<Block: BlockT>: HeaderBackend<Block> + ProofProvider<Block> + BlockIdTo<Block, Error = Error> + BlockBackend<Block> + HeaderMetadata<Block, Error = Error> + Send + Sync { }
Expand description

Local client abstraction for the network.

Implementors