Wallet

Getting list of wallets

await core.getWallets()

Creating new wallet

await core.createNewWallet()

Getting list of addresses in wallet

Params:

walletId - {string} - Wallet id

await core.getAddressesInWallet('yXSWvqast2rrmwcR/f5QfUAXZLwaaiRvwE+N9whoZLc=')

Getting balance of wallet

Params:

walletId - {string} - Wallet id

await core.getWalletBalance('yXSWvqast2rrmwcR/f5QfUAXZLwaaiRvwE+N9whoZLc=')

Getting list of transactions by wallet

Params:

address - {string} - Byteball address

await core.getListTransactionsForWallet('yXSWvqast2rrmwcR/f5QfUAXZLwaaiRvwE+N9whoZLc=')

Last updated