Get Strk Balance
(async function () {
const bal = await Strike.strike.getStrikeBalance('0x752dfb1C709EeA4621c8e95F48F3D0B6dde5d126');
console.log('Balance', bal);
})().catch(console.error);Last updated
Was this helpful?
(async function () {
const bal = await Strike.strike.getStrikeBalance('0x752dfb1C709EeA4621c8e95F48F3D0B6dde5d126');
console.log('Balance', bal);
})().catch(console.error);Last updated
Was this helpful?
Was this helpful?