delegateBySig method
Implementation
Future<dynamic> delegateBySig(String delegatee, BigInt nonce, BigInt expiry,
int v, String r, String s) async =>
await _contract
.send("delegateBySig", [delegatee, nonce, expiry, v, r, s]);
Future<dynamic> delegateBySig(String delegatee, BigInt nonce, BigInt expiry,
int v, String r, String s) async =>
await _contract
.send("delegateBySig", [delegatee, nonce, expiry, v, r, s]);