UpdateNFTListing
Update the listing of an NFT on the marketplace.
_7public let MWSDK = MirrorWorldSDK.share_7_7MWSDK.UpdateNFTListing(mint_address: "mint address", price: 1) { data in_7 self.Log(data)_7 } onFailed: { code, message in_7 self.Log("\(item):failed:\(code),\(message ?? "")")_7 }
Edit this page on GitHub