Delegate
const strike = new Strike(window.ethereum);
(async function() {
const delegateTx = await strike.delegate('0xa0df350d2637096571F7A701CBc1C5fdE30dF76A');
console.log('Ethers.js transaction object', delegateTx);
})().catch(console.error);Last updated
Was this helpful?