referrerpolicy=no-referrer-when-downgrade
sc_client_api::client

Trait BlockOf

Source
pub trait BlockOf {
    type Type: BlockT;
}
Expand description

Figure out the block type for a given type (for now, just a Client).

Required Associated Types§

Source

type Type: BlockT

The type of the block.

Implementors§

impl<B, E, Block, RA> BlockOf for Client<B, E, Block, RA>
where B: Backend<Block>, E: CallExecutor<Block>, Block: BlockT,