[][src]Trait sc_client::BlockOf

pub trait BlockOf {
    type Type: Block;
}

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

Associated Types

type Type: Block

The type of the block.

Loading content...

Implementors

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

type Type = Block

Loading content...