pub trait Client<Block: BlockT>: HeaderBackend<Block> + ProvideRuntimeApi<Block> { }
Runtime API client used by the block queries in this crate