Function do_sync_state_no_op
pub unconstrained fn do_sync_state_no_op(
_contract_address: AztecAddress,
_compute_note_hash: ComputeNoteHash,
_compute_note_nullifier: ComputeNoteNullifier,
_process_custom_message: Option<CustomMessageHandler>,
_offchain_inbox_sync: Option<OffchainInboxSync>,
_scope: AztecAddress,
)
A
CustomSyncHandlerthat skips state synchronization entirely.For contracts that hold no private state and emit no messages, there is nothing to discover: syncing would only perform unnecessary RPC calls.