Modules§
- abi
- account_
provider - Account provider abstraction for wallet implementations.
- base_
wallet - Production wallet implementation backed by PXE and Aztec node connections.
- error
- fee
- node
- pxe
- tx
- types
- wallet
Structs§
- Aliased
- A value with an optional human-readable alias.
- Base
Wallet - A production
Walletbacked by PXE + Aztec node connections. - Chain
Info - Chain identification information.
- Contract
Class Metadata - Metadata about a registered contract class.
- Contract
Metadata - Metadata about a registered contract instance.
- Event
Metadata Definition - Metadata definition for event decoding.
- Execute
Utility Options - Options for utility function execution.
- Mock
Wallet - In-memory test wallet implementation.
- Private
Event - A private event retrieved from the wallet.
- Private
Event Filter - Filter for querying private events from a wallet.
- Private
Event Metadata - Metadata attached to a decoded private event.
- Profile
Options - Options for transaction profiling.
- Send
Options - Options for transaction sending.
- Send
Result - Result of sending a transaction.
- Simulate
Options - Options for transaction simulation.
- TxProfile
Result - Result of a transaction profiling.
- TxSimulation
Result - Result of a transaction simulation.
- Utility
Execution Result - Result of a utility function execution.
Enums§
- Error
- Crate-level error type for aztec-rs.
- Message
Hash OrIntent - Either a raw message hash, a structured call intent, or a pre-computed inner hash with its consumer address.
- Profile
Mode - Profiling mode for transaction analysis.
Traits§
- Account
Provider - Provides account operations needed by
BaseWallet. - Wallet
- Main private execution interface for end users.
Functions§
- create_
embedded_ wallet - Create a
BaseWalletbacked by an embedded PXE (in-process) and HTTP node. - create_
wallet - Create a
BaseWalletconnected to a PXE and node.