Type alias CreateCandyMachineV2BuilderContext

CreateCandyMachineV2BuilderContext: { authority: PublicKey; creators: Creator[]; candyMachineSigner: Signer; wallet: PublicKey }

Type declaration

  • authority: PublicKey

    The created Candy Machine's authority.

  • creators: Creator[]

    The created Candy Machine's creators.

  • candyMachineSigner: Signer

    The create Candy Machine's account as a Signer.

  • wallet: PublicKey

    The created Candy Machine's wallet.

Generated using TypeDoc