Attributes and Macros
Reference for Aztec contract attributes that control function visibility, execution context, storage, and notes.
Reference for Aztec contract attributes that control function visibility, execution context, storage, and notes.
Learn about macros available in Aztec.nr for code generation and abstraction.
Call functions in other contracts from your Aztec smart contracts to enable composability.
Overview of Aztec contract functions, including private, public, and utility function types.
Define different types of functions in your Aztec contracts for private, public, and utility execution.
Understand how Aztec transforms contract functions during compilation for privacy and efficiency.
Learn about oracles in Aztec, which provide external data to smart contracts during execution.
Step-by-step guide to simulating function calls and reading state from Aztec contracts.
Learn about the execution context available to Aztec contract functions, including caller information and block data.
Learn how to use capsules for per-contract non-volatile storage in the PXE.
Understand function visibility modifiers in Aztec and how they affect function execution and accessibility.