Get AGL Accrued
(async function () {
const acc = await Agile.agile.getAgileAccrued('0x4Ddc2D193948926D02f9B1fE9e1daa0718270ED5');
console.log('Accrued', acc);
})().catch(console.error);Last updated
(async function () {
const acc = await Agile.agile.getAgileAccrued('0x4Ddc2D193948926D02f9B1fE9e1daa0718270ED5');
console.log('Accrued', acc);
})().catch(console.error);Last updated