public Task <byte[]> AcksQueryAsync(string returnValue1, BigInteger returnValue2, BlockParameter blockParameter = null) { var acksFunction = new AcksFunction(); acksFunction.ReturnValue1 = returnValue1; acksFunction.ReturnValue2 = returnValue2; return(ContractHandler.QueryAsync <AcksFunction, byte[]>(acksFunction, blockParameter)); }
public Task <byte[]> AcksQueryAsync(AcksFunction acksFunction, BlockParameter blockParameter = null) { return(ContractHandler.QueryAsync <AcksFunction, byte[]>(acksFunction, blockParameter)); }