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

Language:

CheckMintingStatus

Get status of a minting operation. Because minting may has some delay before success.


List<string> mintAddresses = new List<string>();
mintAddresses.Add("mint address 1");
mintAddresses.Add("mint address 2");
MWSDK.Solana.Asset.CheckMintingStatus(mintAddresses, (res) =>
{
//todo
});

Edit this page on GitHub

Copyright © Mirror World, Inc. 2023
On this page

    Home

    Integration

    Guides

    API Reference