Trait RuntimeApiInfo
Other items insp_api
pub trait RuntimeApiInfo { const ID: [u8; 8]; const VERSION: u32; }
Something that provides information about a runtime api.
const ID: [u8; 8]
The identifier of the runtime api.
const VERSION: u32
The version of the runtime api.
impl<Block: BlockT> RuntimeApiInfo for dyn Core<Block>
impl<Block: BlockT> RuntimeApiInfo for dyn Metadata<Block>