Trait NodeMonitor

Source
pub trait NodeMonitor {
    // Required method
    fn channel_balance(&self) -> ChannelBalance;
}
Expand description

Trait to monitor read-only features of Node

Required Methods§

Source

fn channel_balance(&self) -> ChannelBalance

Get the balance

Implementors§