NoteHeader
Fields
Field | Type |
---|---|
contract_address | AztecAddress |
nonce | Field |
storage_slot | Field |
note_hash_counter | u32, // a note_hash_counter of 0 means non-transient |
Methods
new
NoteHeader::new(contract_address, nonce, storage_slot);
Parameters
Name | Type |
---|---|
contract_address | AztecAddress |
nonce | Field |
storage_slot | Field |
Standalone Functions
empty
empty();
Takes no parameters.
eq
eq(self, other);
Parameters
Name | Type |
---|---|
self | |
other | Self |
serialize
serialize(self);
Parameters
Name | Type |
---|---|
self |