[][src]Trait exonum::runtime::WellKnownRuntime

pub trait WellKnownRuntime: Runtime {
    const ID: u32;
}

A subset of Runtimes with a well-known runtime identifier.

Associated Constants

const ID: u32

Identifier of the present runtime.

Loading content...

Implementors

Loading content...