Skip to main content

ProofHash

Type Alias ProofHash 

Source
pub type ProofHash = [u8; 32];
Expand description

Hash used in a merkle proof. If it’s a leaf node, its a vote reference, otherwise a node hash.

The node hash of a leaf node can be derived from its vote reference.