delegateContract
Allow the delegate to act on behalf of `msg.sender` for a specific contract
Usage Example
const to = "0x0000000000000000000000000000000000000003";
const from = "0x0000000000000000000000000000000000000001";
const contract = "0x0000000000000000000000000000000000000002";
await v2.delegateContract(to, contract, "", true);Last updated