Module base_wallet

Module base_wallet 

Source
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§

BaseWallet
A production Wallet backed by PXE + Aztec node connections.

Functions§

create_embedded_wallet
Create a BaseWallet backed by an embedded PXE (in-process) and HTTP node.
create_wallet
Create a BaseWallet connected to a PXE and node.