Function createWalletKeys

  • Create a wallet using WebAssembly bindings to monero-project.

    Example:

    const wallet = await moneroTs.createWalletKeys({
       password: "abc123",
       networkType: moneroTs.MoneroNetworkType.STAGENET,
       seed: "coexist igloo pamphlet lagoon..."
    });

    Parameters

    Returns Promise<MoneroWalletKeys>

    the created wallet

Generated using TypeDoc