Trait HoprNodeOperations
pub trait HoprNodeOperations {
// Required method
fn status(&self) -> HoprState;
}Expand description
General operations performed by a HOPR node.
Required Methods§
fn status(&self) -> HoprState
fn status(&self) -> HoprState
Returns the runtime status of the node.