pub trait InteractiveRuntime: Runtime { type Context: Context; // Required method fn address(&self) -> <Self::Context as Context>::Address; }
Type of the composable block’s contenxt.