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