Expand description
Production wallet implementation backed by PXE and Aztec node connections.
BaseWallet is the standard Wallet implementation for interacting with
a live Aztec network. It routes private operations through a Pxe backend,
public queries through an AztecNode backend, and delegates authentication
to an AccountProvider.
Structs§
- Base
Wallet - A production
Walletbacked by PXE + Aztec node connections.
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.