CreateVerifiedCollection
Mint parent NFT collection.
_7public let MWSDK = MirrorWorldSDK.share_7_7MWSDK.MintNewCollection(name: "testNewCollection", symbol: "NA", url: "https://market-assets.mirrorworld.fun/gen1/1.json", confirmation: "finalized", seller_fee_basis_points: 200, onSuccess: { data in_7 self.Log(data)_7}, onFailed: { code,message in_7 self.Log("\(item):failed:\(code),\(message ?? "")")_7})
Edit this page on GitHub