Trait polkadot_service::runtime_traits::GetRuntimeBlockType[][src]

pub trait GetRuntimeBlockType {
    type RuntimeBlock: Block;
}
Expand description

A marker trait for something that knows the type of the runtime block.

Associated Types

The RuntimeBlock type.

Implementations on Foreign Types

Implementors