Trait GetNodeBlockType
sp_runtime::traits
pub trait GetNodeBlockType { type NodeBlock: Block; }
A marker trait for something that knows the type of the node block.
type NodeBlock: Block
The NodeBlock type.
NodeBlock