listNFT
List NFT on Mirror World Marketplace. AuctionHouse: If you give the auctionHouse param, you can specify which market you want to list in.
_12string mintAddress = "mint_address";_12decimal price = 1;_12string confirmation = Confirmation.Default;_12string auctionHouse = "your_market_auction_house";_12_12MirrorWorld.listNFT(mintAddress,price,auctionHouse,confirmation,(response) => {_12 long resCode = response.Code;_12 ListingResponse result = response.Data;_12 string error = response.Error;_12 string message = response.Message;_12 string status = response.Status;_12});
Edit this page on GitHub