getKoiBalance
Example Code
const knode = require("@_koi/sdk/node");
const ktools = new knode.Node();
async function testGetKoiiBalance() {
const jwk = await ktools.loadFile(<walletKeyLocation>);
await ktools.loadWallet(jwk);
const koiibalance = await ktools.getKoiBalance();
console.log("KOII balance of given address is ", koiibalance);
}
testGetKoiiBalance();Example Code Output
Initialized Koii Tools for true ownership and direct communication using version QA7AIFVx1KBBmzC7WUNhJbDsHlSJArUT0jWrhZMZPS8
KOII balance of the given address is 7459.149283222933Returns
Last updated