pub fn notify_created_note<let N: u32>( owner: AztecAddress, storage_slot: Field, randomness: Field, note_type_id: Field, packed_note: [Field; N], note_hash: Field, counter: u32, )
Notifies the simulator that a note has been created, so that it can be returned in future read requests in the same transaction. This note should only be added to the non-volatile database if found in an actual block.
Notifies the simulator that a note has been created, so that it can be returned in future read requests in the same transaction. This note should only be added to the non-volatile database if found in an actual block.