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

Language:

MintNewNFTOnCollection

Mint a new NFT.


public let MWSDK = MirrorWorldSDK.share
MWSDK.MintNewNFT(collection_mint: "collection_mint", name: "test", symbol: "NA", url: "", seller_fee_basis_points: 100, confirmation: "finalized") { 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