Ejemplo n.º 1
0
        public Task <BigInteger> ReportingCounterTotalQueryAsync(BigInteger returnValue1, BlockParameter blockParameter = null)
        {
            var reportingCounterTotalFunction = new ReportingCounterTotalFunction();

            reportingCounterTotalFunction.ReturnValue1 = returnValue1;

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