crb_runtime::runtime

Trait InteractiveRuntime

Source
pub trait InteractiveRuntime: Runtime {
    type Context: Context;

    // Required method
    fn address(&self) -> <Self::Context as Context>::Address;
}

Required Associated Types§

Source

type Context: Context

Type of the composable block’s contenxt.

Required Methods§

Source

fn address(&self) -> <Self::Context as Context>::Address

Implementors§