Trait bitcoinnode_stats::GetNodeStateStats
source · pub trait GetNodeStateStats {
// Required method
fn get_node_state_stats(
&self,
nodeid: NodeId,
stats: &mut NodeStateStats
) -> bool;
}Required Methods§
sourcefn get_node_state_stats(
&self,
nodeid: NodeId,
stats: &mut NodeStateStats
) -> bool
fn get_node_state_stats( &self, nodeid: NodeId, stats: &mut NodeStateStats ) -> bool
| Get statistics from node state |