aztec-nr - noir_aztec::context::note_hash_read

Struct NoteHashRead

pub struct NoteHashRead
{ /* private fields */ }

Implementations

impl NoteHashRead

pub fn new_transient(note_hash: Field, contract_address: AztecAddress) -> Self pub fn new_settled(note_hash: Field) -> Self pub fn note_hash(self) -> Field pub fn contract_address(self) -> Option<AztecAddress>