Manage wallets
Import an existing wallet
final someExistingMnemonic = "some value from other product or IO...";
final wallet = await AccountManager.ImportExistingAccount(someExistingMnemonic);Reading balances
Recovery and persistence
Transfer tokens gaslessly
Full API Reference
Last updated