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