DeleteCandyMachineInstructionAccounts: {
    authority?: Signer;
    candyMachine: PublicKey | Pda;
}

Type declaration

  • Optional authority?: Signer

    Authority of the candy machine.

  • candyMachine: PublicKey | Pda

    Candy Machine acccount.

Generated using TypeDoc