Function validate_and_store_enqueued_notes_and_events
pub unconstrained fn validate_and_store_enqueued_notes_and_events(
contract_address: AztecAddress,
)
pub unconstrained fn validate_and_store_enqueued_notes_and_events(
contract_address: AztecAddress,
)
Validates all note and event validation requests enqueued via
enqueue_note_for_validationandenqueue_event_for_validation, inserting them into the note database and event store respectively, making them queryable viaget_notesoracle and our TS API (PXE::getPrivateEvents).This automatically clears both validation request queues, so no further work needs to be done by the caller.