Skip to main content
BETA
HomeIntegration BuilderAPI ReferenceGuides
View Mirror World on Github
Join the Discord server

Language:

CreateVerifiedCollection

Mint parent NFT collection.


public let MWSDK = MirrorWorldSDK.share
MWSDK.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

Copyright © Mirror World, Inc. 2023
On this page

    Home

    Integration

    Guides

    API Reference