AllowList: {
    merkleRoot: Uint8Array;
}

Guard that uses a merkle tree to specify the addresses allowed to mint.

List of accounts required:

  1. [] Pda created by the merkle proof instruction (seeds ["allow_list", merke tree root, payer key, candy guard pubkey, candy machine pubkey]).

Type declaration

  • merkleRoot: Uint8Array

    Merkle root of the addresses allowed to mint.

Generated using TypeDoc