Esempio n. 1
0
        public Task <string> RecordsQueryAsync(BigInteger returnValue1, BlockParameter blockParameter = null)
        {
            var recordsFunction = new RecordsFunction();

            recordsFunction.ReturnValue1 = returnValue1;

            return(ContractHandler.QueryAsync <RecordsFunction, string>(recordsFunction, blockParameter));
        }
Esempio n. 2
0
 public Task <string> RecordsQueryAsync(RecordsFunction recordsFunction, BlockParameter blockParameter = null)
 {
     return(ContractHandler.QueryAsync <RecordsFunction, string>(recordsFunction, blockParameter));
 }