Ejemplo n.º 1
0
        public Task <bool> IsPoolActiveQueryAsync(string returnValue1, BlockParameter blockParameter = null)
        {
            var isPoolActiveFunction = new IsPoolActiveFunction();

            isPoolActiveFunction.ReturnValue1 = returnValue1;

            return(ContractHandler.QueryAsync <IsPoolActiveFunction, bool>(isPoolActiveFunction, blockParameter));
        }
Ejemplo n.º 2
0
 public Task <bool> IsPoolActiveQueryAsync(IsPoolActiveFunction isPoolActiveFunction, BlockParameter blockParameter = null)
 {
     return(ContractHandler.QueryAsync <IsPoolActiveFunction, bool>(isPoolActiveFunction, blockParameter));
 }