Skip to main content

11 docs tagged with "functions"

View all tags

Attributes and Macros

Reference for Aztec contract attributes that control function visibility, execution context, storage, and notes.

Aztec Macros

Learn about macros available in Aztec.nr for code generation and abstraction.

Defining Functions

Overview of Aztec contract functions, including private, public, and utility function types.

How to Define Functions

Define different types of functions in your Aztec contracts for private, public, and utility execution.

Oracle Functions

Learn about oracles in Aztec, which provide external data to smart contracts during execution.

Reading Contract Data

How to read data from contracts including simulating functions, reading logs, and retrieving events.

Using Capsules

Learn how to use capsules for per-contract non-volatile storage in the PXE.

Visibility

Understand function visibility modifiers in Aztec and how they affect function execution and accessibility.