Ejemplo n.º 1
0
        public Task <BigInteger> RentPricesQueryAsync(BigInteger returnValue1, BlockParameter blockParameter = null)
        {
            var rentPricesFunction = new RentPricesFunction();

            rentPricesFunction.ReturnValue1 = returnValue1;

            return(ContractHandler.QueryAsync <RentPricesFunction, BigInteger>(rentPricesFunction, blockParameter));
        }
Ejemplo n.º 2
0
 public Task <BigInteger> RentPricesQueryAsync(RentPricesFunction rentPricesFunction, BlockParameter blockParameter = null)
 {
     return(ContractHandler.QueryAsync <RentPricesFunction, BigInteger>(rentPricesFunction, blockParameter));
 }