Trait sc_client_api::client::BlockOf[][src]

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

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

Associated Types

The type of the block.

Implementors