예제 #1
0
 public static JToken DecodeCallResult(this FlatClient client, string sourceCode, string function, string callResult, string callValue, CompileOptsBackend?opts = null) => client.DecodeCallResultAsync(sourceCode, function, callResult, callValue, opts).RunAndUnwrap();