[][src]Trait sp_runtime::traits::RuntimeApiInfo

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

Something that provides information about a runtime api.

Associated Constants

const ID: [u8; 8]

The identifier of the runtime api.

const VERSION: u32

The version of the runtime api.

Loading content...

Implementors

Loading content...