示例#1
0
 public static NuTP.Response InvokeWithResp(string endpoint, string operation, params object[] args)
 {
     #if NuLocal
     return(NuTP.Bytes2Response((byte[])Contract.Main(operation, args)));
     #else
     //[TODO]: use NeoLux
     return(new byte[0]);
     #endif
 }