Trait gclient::ext::sp_runtime::traits::GetRuntimeBlockType
pub trait GetRuntimeBlockType {
type RuntimeBlock: Block;
}
Expand description
A marker trait for something that knows the type of the runtime block.
Required Associated Types§
type RuntimeBlock: Block
type RuntimeBlock: Block
The RuntimeBlock
type.