Trait tc_client_api::client::BlockOf[][src]

pub trait BlockOf {
    type Type: BlockT;
}

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

Associated Types

type Type: BlockT[src]

The type of the block.

Loading content...

Implementors

Loading content...