Trait sp_api::RuntimeApiInfo
source · pub trait RuntimeApiInfo {
const ID: [u8; 8];
const VERSION: u32;
}
Expand description
Something that provides information about a runtime api.
pub trait RuntimeApiInfo {
const ID: [u8; 8];
const VERSION: u32;
}
Something that provides information about a runtime api.