Get Balance
(async function () {
balance = await Belugas.eth.getBalance(myAddress, provider);
console.log('My ETH Balance', +balance);
})().catch(console.error);Last updated
(async function () {
balance = await Belugas.eth.getBalance(myAddress, provider);
console.log('My ETH Balance', +balance);
})().catch(console.error);Last updated