aztec-nr - noir_aztec::protocol::data::public_data_tree_leaf

Struct PublicDataTreeLeaf

pub struct PublicDataTreeLeaf {
    pub slot: Field,
    pub value: Field,
}

Fields

slot: Field
value: Field

Implementations

impl PublicDataTreeLeaf

pub fn is_empty(self) -> bool

Trait implementations

impl Empty for PublicDataTreeLeaf

pub fn empty() -> Self pub fn is_empty(self) -> bool pub fn assert_empty<let S: u32>(self, msg: str<S>)

impl Eq for PublicDataTreeLeaf

pub fn eq(self, other: Self) -> bool

impl IndexedTreeLeafValue for PublicDataTreeLeaf

pub fn get_key(self) -> Field