Create Delegate Signature
const strike = new Strike(window.ethereum);
(async () => {
const delegateSignature = await strike.createDelegateSignature('0xa0df350d2637096571F7A701CBc1C5fdE30dF76A');
console.log('delegateSignature', delegateSignature);
})().catch(console.error);Last updated
Was this helpful?