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