[][src]Trait sp_api::RuntimeApiInfo

pub trait RuntimeApiInfo {
    pub const ID: [u8; 8];
    pub const VERSION: u32;
}

Something that provides information about a runtime api.

Associated Constants

pub const ID: [u8; 8][src]

The identifier of the runtime api.

pub const VERSION: u32[src]

The version of the runtime api.

Loading content...

Implementors

impl<Block: BlockT, __Sr_Api_Error__> RuntimeApiInfo for dyn Core<Block, Error = __Sr_Api_Error__>[src]

impl<Block: BlockT, __Sr_Api_Error__> RuntimeApiInfo for dyn Metadata<Block, Error = __Sr_Api_Error__>[src]

Loading content...