note_discovery
Standalone Functions
deliver_note
deliver_note(contract_address, storage_slot, nonce, content, MAX_NOTE_SERIALIZED_LEN>, note_hash, nullifier, tx_hash, recipient, );
Parameters
Name | Type |
---|---|
contract_address | AztecAddress |
storage_slot | Field |
nonce | Field |
content | BoundedVec<Field |
MAX_NOTE_SERIALIZED_LEN> | |
note_hash | Field |
nullifier | Field |
tx_hash | Field |
recipient | AztecAddress |
deliver_note_oracle
deliver_note_oracle(contract_address, storage_slot, nonce, content, MAX_NOTE_SERIALIZED_LEN>, note_hash, nullifier, tx_hash, recipient, );
Parameters
Name | Type |
---|---|
contract_address | AztecAddress |
storage_slot | Field |
nonce | Field |
content | BoundedVec<Field |
MAX_NOTE_SERIALIZED_LEN> | |
note_hash | Field |
nullifier | Field |
tx_hash | Field |
recipient | AztecAddress |