BuyNFT
Buy NFT from the marketplace.
_9public let MWSDK = MirrorWorldSDK.share_9_9MWSDK.BuyNFT(mint_address: "test", price: 1.1) { data in_9 self.Log(data)_9 self.loadingActive.stopAnimating()_9} onFailed: { code, message in_9 self.Log("\(item):failed:\(code),\(message ?? "")")_9 self.loadingActive.stopAnimating()_9}
Edit this page on GitHub