Trait BlockOf
Other items insc_client_api::client
pub trait BlockOf { type Type: BlockT; }
Figure out the block type for a given type (for now, just a Client).
Client
type Type: BlockT
The type of the block.