Encode the parameters to Uint8List
Uint8List encode(List args) { List out = _encode(args); return function.encodeCall(out); }