Type alias DeleteCandyGuardInput

DeleteCandyGuardInput: {
    candyGuard: PublicKey;
    authority?: Signer;
}

Type declaration

  • candyGuard: PublicKey

    The address of the Candy Guard account to delete.

  • Optional authority?: 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()

Generated using TypeDoc