Manage wallets
Import an existing wallet
final someExistingMnemonic = "some value from other product or IO...";
final wallet = await WalletManager.getInstance().importExistingWallet(someExistingMnemonic);Reading balances
Recovery and persistence
Gasless transactions
Full API Reference
Last updated