Finds multiple NFTs and SFTs by a given list of mint addresses.
const nfts = await metaplex .nfts() .findAllByMintList({ mints: [...] };
Generated using TypeDoc
Finds multiple NFTs and SFTs by a given list of mint addresses.