Skip to main content

HASH_TREE_PREFIX

Constant HASH_TREE_PREFIX 

Source
pub const HASH_TREE_PREFIX: u8 = 0x02;
Expand description

Domain-separation prefix for Merkle internal nodes (0x02).

Wire formula: crate::hash::hash_node; chia_sdk_types::MerkleTree uses the same prefix for parent nodes.