Type Definition bitcoin_scripts::TapNodeHash
source · 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.
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.