aztec-nr - noir_aztec::protocol::abis::note_hash_leaf_preimage

Struct NoteHashLeafPreimage

pub struct NoteHashLeafPreimage {
    pub value: Field,
}

Fields

value: Field

Implementations

impl NoteHashLeafPreimage

pub fn is_empty(self) -> bool pub fn serialize(self) -> [Field; 1] pub fn deserialize(fields: [Field; 1]) -> Self

Trait implementations

impl Empty for NoteHashLeafPreimage

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

impl Eq for NoteHashLeafPreimage

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

impl LeafPreimage for NoteHashLeafPreimage

pub fn get_key(self) -> Field pub fn as_leaf(self) -> Field

impl Readable for NoteHashLeafPreimage

pub fn assert_match_read_request(self, read_request: Field)