The Proof that the minting wallet is part of the
Merkle Tree-based allow list. You may use the
getMerkleProof
helper function to generate this.
Optional
minter?: undefined | Signer | PublicKey<string>The address of the minter to validate if it is not the payer. Here, we allow it to be a Signer for backwards compatibility but the account will not be used as a signer.
Selects the path to execute in the route instruction.
Generated using TypeDoc
The settings for the allowList guard that should be provided when accessing the guard's special "route" instruction.
Proof
The
proof
path allows you to provide a Merkle Proof for a specific wallet in order to allow minting for that wallet. This will create a small PDA account on the Program as a proof that the wallet has been allowed to mint.