CheckStatusOfMinting
Get status of a minting operation. Because minting may has some delay before success.
MWSDK.CheckStatusOfMinting(mintAddress: ["NFTMintAddress"]) { isSucc, data in print("Check status of Minting result is:\(isSucc). data is:\(data)")}
Edit this page on GitHub