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..." });
MoneroWalletConfig or equivalent config object
the created wallet
Generated using TypeDoc
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..."
});