Manage wallets
Import an existing wallet
import { importExistingAccount } from '@rly-network/mobile-sdk';
const existingMnemonic = 'huge remain palm vanish ...';
const walletAddress = await importExistingAccount(existingMnemonic);Reading balances
Recovery and persistence
Gasless transactions
Full API Reference
Last updated