referrerpolicy=no-referrer-when-downgrade

Trait GetRuntimeBlockType

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

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

Required Associated Types§

Source

type RuntimeBlock: Block

The RuntimeBlock type.

Implementations on Foreign Types§

Source§

impl GetRuntimeBlockType for Runtime

Source§

impl GetRuntimeBlockType for Runtime

Source§

impl GetRuntimeBlockType for Runtime

§

impl GetRuntimeBlockType for Runtime

§

type RuntimeBlock = <Runtime as Config>::Block

Implementors§