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