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

Type declaration

  • Optional authority?: Signer

    Autority of the candy machine.

  • candyMachine: PublicKey | Pda

    Candy Machine account.

Generated using TypeDoc