Trait sc_executor::RuntimeVersionOf[][src]

pub trait RuntimeVersionOf {
    fn runtime_version(
        &self,
        ext: &mut dyn Externalities,
        runtime_code: &RuntimeCode<'_>
    ) -> Result<RuntimeVersion>; }
Expand description

Extracts the runtime version of a given runtime code.

Required methods

Extract RuntimeVersion of the given runtime_code.

Implementors