aztec-nr - noir_aztec::protocol::merkle_tree::leaf_preimage

Trait IndexedTreeLeafValue

pub trait IndexedTreeLeafValue: Empty {
    // Required methods
    pub fn get_key(self) -> Field;
}

Required methods

pub fn get_key(self) -> Field

Implementors

impl IndexedTreeLeafValue for Field

impl IndexedTreeLeafValue for PublicDataTreeLeaf