Esempio n. 1
0
        /**
         * Description: B端商户的NFT发行后查询
         * Summary: B端商户的NFT发行后查询
         */
        public async Task <QueryNftCreateResponse> QueryNftCreateAsync(QueryNftCreateRequest request)
        {
            AlibabaCloud.TeaUtil.Models.RuntimeOptions runtime = new AlibabaCloud.TeaUtil.Models.RuntimeOptions();
            Dictionary <string, string> headers = new Dictionary <string, string>()
            {
            };

            return(await QueryNftCreateExAsync(request, headers, runtime));
        }
Esempio n. 2
0
        /**
         * Description: B端商户的NFT发行后查询
         * Summary: B端商户的NFT发行后查询
         */
        public QueryNftCreateResponse QueryNftCreate(QueryNftCreateRequest request)
        {
            AlibabaCloud.TeaUtil.Models.RuntimeOptions runtime = new AlibabaCloud.TeaUtil.Models.RuntimeOptions();
            Dictionary <string, string> headers = new Dictionary <string, string>()
            {
            };

            return(QueryNftCreateEx(request, headers, runtime));
        }
Esempio n. 3
0
 /**
  * Description: B端商户的NFT发行后查询
  * Summary: B端商户的NFT发行后查询
  */
 public async Task <QueryNftCreateResponse> QueryNftCreateExAsync(QueryNftCreateRequest request, Dictionary <string, string> headers, AlibabaCloud.TeaUtil.Models.RuntimeOptions runtime)
 {
     AlibabaCloud.TeaUtil.Common.ValidateModel(request);
     return(TeaModel.ToObject <QueryNftCreateResponse>(await DoRequestAsync("1.0", "antchain.nftx.nft.create.query", "HTTPS", "POST", "/gateway.do", request.ToMap(), headers, runtime)));
 }