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

Language:

mintCollection

Create a new Verified Collection.


Activity activity = this;
String contractType = "contract type";
String metaDataUri = "https://my-collection-metadata-uri/metadata.json";
String confirmation = MirrorConfirmation.Default;
MirrorWorld.Ethereum.Asset.mintCollection(activity, contractType, metaDataUri, confirmation, new MirrorCallback() {
@Override
public void callback(String result) {
//todo
}
});

Edit this page on GitHub

Copyright © Mirror World, Inc. 2023
On this page

    Home

    Integration

    Guides

    API Reference

    Changelog