Protected
Readonly
metaplexFinds the Mint Limit Counter PDA that keeps track of how many NFTs where minted by a given user on a given Candy Machine.
A unique identifier in the context of a Candy Machine/Candy Guard combo.
The address of the wallet trying to mint.
The address of the Candy Guard account.
The address of the Candy Machine account.
Optional
programs?: Program[]An optional set of programs that override the registered ones.
Finds the Allow List Proof PDA that keeps track of whether a user has provided the correct Merkle Proof for the given Merkle Root.
The Merkle Root used when verifying the user.
The address of the wallet trying to mint.
The address of the Candy Guard account.
The address of the Candy Machine account.
Optional
programs?: Program[]An optional set of programs that override the registered ones.
Finds the Freeze PDA used as an escrow account by the freezeSolPayment and freezeTokenPayment guards.
Generated using TypeDoc
This client allows you to build PDAs related to the Candy Machine module.
See
CandyMachineClient