Address

Creating new Byteball address

Params:

walletId - {string} - Wallet id

await core.createNewAddress('x/i+NasyFy1UFJtZ5MCU4tnKO3NdK0KSF5rDNUrg8QY=')

Getting balance of address

Params:

address - {string} - Byteball address

await core.getAddressBalance('4QNGY75DLQ56LQT72DDOGSXQHQE2PRBN')

Getting list of transactions by address

Params:

address - {string} - Byteball address

await core.getListTransactionsForAddress('4QNGY75DLQ56LQT72DDOGSXQHQE2PRBN')

Getting address info

Params:

address - {string} - Byteball address

await core.myAddressInfo('4QNGY75DLQ56LQT72DDOGSXQHQE2PRBN')

Last updated