pub comptime fn aztec(m: Module) -> Quoted
Marks a contract as an Aztec contract, generating the interfaces for its functions and notes, as well as injecting the sync_state utility function.
sync_state
Note: This is a module annotation, so the returned quote gets injected inside the module (contract) itself.
Marks a contract as an Aztec contract, generating the interfaces for its functions and notes, as well as injecting the
sync_stateutility function.Note: This is a module annotation, so the returned quote gets injected inside the module (contract) itself.