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