Esempio n. 1
0
        public Task <BigInteger> GetPoNumberByEshopIdAndQuoteQueryAsync(byte[] eShopId, BigInteger quoteId, BlockParameter blockParameter = null)
        {
            var getPoNumberByEshopIdAndQuoteFunction = new GetPoNumberByEshopIdAndQuoteFunction();

            getPoNumberByEshopIdAndQuoteFunction.EShopId = eShopId;
            getPoNumberByEshopIdAndQuoteFunction.QuoteId = quoteId;

            return(ContractHandler.QueryAsync <GetPoNumberByEshopIdAndQuoteFunction, BigInteger>(getPoNumberByEshopIdAndQuoteFunction, blockParameter));
        }
Esempio n. 2
0
 public Task <BigInteger> GetPoNumberByEshopIdAndQuoteQueryAsync(GetPoNumberByEshopIdAndQuoteFunction getPoNumberByEshopIdAndQuoteFunction, BlockParameter blockParameter = null)
 {
     return(ContractHandler.QueryAsync <GetPoNumberByEshopIdAndQuoteFunction, BigInteger>(getPoNumberByEshopIdAndQuoteFunction, blockParameter));
 }