Esempio n. 1
0
        public Task <bool> ControllersQueryAsync(string returnValue1, BlockParameter blockParameter = null)
        {
            var controllersFunction = new ControllersFunction();

            controllersFunction.ReturnValue1 = returnValue1;

            return(ContractHandler.QueryAsync <ControllersFunction, bool>(controllersFunction, blockParameter));
        }
Esempio n. 2
0
 public Task <bool> ControllersQueryAsync(ControllersFunction controllersFunction, BlockParameter blockParameter = null)
 {
     return(ContractHandler.QueryAsync <ControllersFunction, bool>(controllersFunction, blockParameter));
 }