BuyNFT
Purchase NFT on Mirror World Marketplace.
_11string mintAddress = "mint_address";_11decimal price = 1;_11string auctionHouse = "your_market_auction_house";_11_11MirrorSDK.BuyNFT(mintAddress,price,auctionHouse,(response) => {_11 long resCode = response.Code;_11 ListingResponse result = response.Data;_11 string error = response.Error;_11 string message = response.Message;_11 string status = response.Status;_11});
Edit this page on GitHub