βοΈgetBalance
Last updated
// import Nest SDK library
const { volary } = require('@nest25/tokenomics-lib');
// create a new instance of staking
const Volary = new volary();
async function main() {
// get balance of an address
const result = await Volary.getBalance('0x22df7dfA1e579EE501f7D688542E8e3cB40ded89');
// print the result
console.log(result);
}
main();1000.0