Gaurd to set a limit of mints per wallet based on holding a specific NFT.
List of accounts required:
[writable] Mint counter PDA. The PDA is derived
using the seed ["nft_mint_limit", nft mint guard id, mint key, candy guard pubkey, candy machine pubkey].
Gaurd to set a limit of mints per wallet based on holding a specific NFT.
List of accounts required:
[writable]Mint counter PDA. The PDA is derived using the seed["nft_mint_limit", nft mint guard id, mint key, candy guard pubkey, candy machine pubkey].[]Token account of the NFT.[]Metadata account of the NFT.