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