create_wallet

Function create_wallet 

Source
pub fn create_wallet<P: Pxe, N: AztecNode, A: AccountProvider>(
    pxe: P,
    node: N,
    accounts: A,
) -> BaseWallet<P, N, A>
Expand description

Create a BaseWallet connected to a PXE and node.