Type alias DeleteCandyGuardBuilderParams

DeleteCandyGuardBuilderParams: {
    candyGuard: PublicKey;
    authority?: undefined | Signer;
    deleteCandyGuardInstructionKey?: undefined | string;
}

Type declaration

  • candyGuard: PublicKey

    The address of the Candy Guard account to delete.

  • Optional authority?: undefined | Signer

    The authority of the Candy Guard account.

    This is the account that will received the rent-exemption lamports from the Candy Guard account.

    Default Value

    metaplex.identity()

  • Optional deleteCandyGuardInstructionKey?: undefined | string

    A key to distinguish the instruction that deletes the Candy Guard account.

Generated using TypeDoc