UpdateNFTListing
Update NFT Listing on Mirror World Marketplace.
_12string mintAddress = "mint_address";_12decimal price = 1;_12string auctionHouse = "your_market_auction_house";_12string confirmation = Confirmation.Default;_12_12MirrorSDK.UpdateNFTListing(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