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

Language:

MintCollection

Create a new Verified Collection.


string collectionName = "TopCollection";
string collectionSymbol = "Top";
string collectionUrl = "https://example.com/path/detail.json";
int seller_fee_basis_points = 400;
MWSDK.BNB.Asset.MintCollection(collectionName, collectionSymbol, collectionUrl, seller_fee_basis_points, null, null, (res) => {
//todo
});

Edit this page on GitHub

Copyright © Mirror World, Inc. 2023
On this page

    Home

    Integration

    Guides

    API Reference