Migrates a legacy Collection NFT to a sized Collection NFT. Both can act as a Collection for NFTs but only the latter keeps track of the size of the collection on chain.
await metaplex .nfts() .migrateToSizedCollection({ mintAddress, size: toBigNumber(10000) };
Generated using TypeDoc
Migrates a legacy Collection NFT to a sized Collection NFT. Both can act as a Collection for NFTs but only the latter keeps track of the size of the collection on chain.