ComputeNodeIds

Trait ComputeNodeIds 

Source
pub trait ComputeNodeIds {
    // Required method
    fn compute_node_ids(&self) -> (NodeIdFull, NodeIdShort);
}
Expand description

Abstract trait to compute all node ids

Required Methods§

Implementations on Foreign Types§

Source§

impl ComputeNodeIds for PublicKey

Source§

impl ComputeNodeIds for SecretKey

Implementors§