Delegate
function delegate(address delegatee)AGL agl = AGL(0x123...); // contract address
agl.delegate(delegateeAddress);const tx = await agl.methods.delegate(delegateeAddress).send({ from: sender });Last updated
function delegate(address delegatee)AGL agl = AGL(0x123...); // contract address
agl.delegate(delegateeAddress);const tx = await agl.methods.delegate(delegateeAddress).send({ from: sender });Last updated