Function sync_inbox
pub unconstrained fn sync_inbox(
contract_address: AztecAddress,
scope: AztecAddress,
) -> CapsuleArray<OffchainMessageWithContext>
pub unconstrained fn sync_inbox(
contract_address: AztecAddress,
scope: AztecAddress,
) -> CapsuleArray<OffchainMessageWithContext>
Returns offchain-delivered messages to process during sync.
Messages remain in the inbox and are reprocessed on each sync until their originating transaction is no longer at risk of being dropped by a reorg.