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

Trait GetNodeBlockType

Source
pub trait GetNodeBlockType {
    type NodeBlock: Block;
}
Expand description

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

Required Associated Types§

Source

type NodeBlock: Block

The NodeBlock type.

Implementors§