Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

ProofNode

A node in a Merkle proof path containing key and hash information.

Fully qualified path: cartesian_merkle_tree::library::proof::ProofNode

[derive(Drop, Clone, Debug)]
pub struct ProofNode {
    pub key: felt252,
    pub merkle_hash: felt252,
}

Members

key

The key associated with this proof node

Fully qualified path: cartesian_merkle_tree::library::proof::ProofNode::key

pub key: felt252

merkle_hash

The Merkle hash of this proof node

Fully qualified path: cartesian_merkle_tree::library::proof::ProofNode::merkle_hash

pub merkle_hash: felt252