Structs§
- Account
Manager - Manages account creation, address computation, and deployment.
- Account
With Secret Key - An account paired with its secret key.
- Deploy
Account Method - A deployment method for account contracts.
- Deploy
Account Options - Options specific to account deployment.
- Deploy
Result - The result of an account deployment transaction.
- Entrypoint
Options - Options for account entrypoint execution.
- Initialization
Spec - Specification for the initialization function of an account contract.
- TxExecution
Request - A transaction execution request produced by an account’s entrypoint.
Traits§
- Account
- An Aztec account – combines an entrypoint, auth-witness provider, and complete address.
- Account
Contract - Defines an account contract type (e.g., Schnorr, ECDSA).
- Authorization
Provider - Provides authorization witnesses for transaction authentication.
Functions§
- get_
account_ contract_ address - Computes the address of an account contract before deployment.