queryAssetMintsStatus
Queries The Mint Status Of A Set Of Mint Addresses This Is Useful When Performing Batch Minting For A Large Array Of Mint Addresses
import { type QueryAssetMintsStatusPayload } from "@mirrorworld/web3.js"const payload: QueryAssetMintsStatusPayload = { mint_addresses: ["D3hLEigNvqhv2r6CSJvdKAxZPvrzfFRYUadGTHqTKghZ"];};await mirrorworld.Solana.Asset.queryAssetMintsStatus(payload);
Edit this page on GitHub