Delegate
function delegate(address delegatee)Strk strk = Strk(0x123...); // contract address
strk.delegate(delegateeAddress);const tx = await strk.methods.delegate(delegateeAddress).send({ from: sender });Last updated
Was this helpful?
function delegate(address delegatee)Strk strk = Strk(0x123...); // contract address
strk.delegate(delegateeAddress);const tx = await strk.methods.delegate(delegateeAddress).send({ from: sender });Last updated
Was this helpful?
Was this helpful?