bp_runtime

Trait OperatingMode

source
pub trait OperatingMode:
    Send
    + Copy
    + Debug
    + FullCodec {
    // Required method
    fn is_halted(&self) -> bool;
}
Expand description

Operating mode for a bridge module.

Required Methods§

source

fn is_halted(&self) -> bool

Returns true if the bridge module is halted.

Object Safety§

This trait is not object safe.

Implementors§