referrerpolicy=no-referrer-when-downgrade
polkadot_service::runtime_traits

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

Source§

impl GetRuntimeBlockType for Runtime

Implementors§