pub type TapNodeHash = Hash;Expand description
The hash value of a taptree node which may be a leaf node, branch node or a hidden node.
Aliased Type§
pub struct TapNodeHash(/* private fields */);Trait Implementations§
Source§impl IntoNodeHash for TapNodeHash
impl IntoNodeHash for TapNodeHash
Source§fn into_node_hash(self) -> TapNodeHash
fn into_node_hash(self) -> TapNodeHash
This function performs nothing and just returns the self.