Type alias CreateCandyMachineV2BuilderContext

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

Type declaration

  • creators: Creator[]

    The created Candy Machine's creators.

  • authority: PublicKey

    The created Candy Machine's authority.

  • wallet: PublicKey

    The created Candy Machine's wallet.

  • candyMachineSigner: Signer

    The create Candy Machine's account as a Signer.

Generated using TypeDoc