Type alias WrapCandyGuardBuilderParams

WrapCandyGuardBuilderParams: { candyMachine: PublicKey; candyGuard: PublicKey; candyGuardAuthority?: undefined | Signer; candyMachineAuthority?: undefined | Signer; wrapCandyGuardInstructionKey?: undefined | string }

Type declaration

  • candyMachine: PublicKey

    The address of the Candy Machine to wrap.

  • candyGuard: PublicKey

    The address of the Candy Guard to wrap the Candy Machine with.

  • Optional candyGuardAuthority?: undefined | Signer

    The authority of the Candy Guard as a Signer.

    Default Value

    metaplex.identity()

  • Optional candyMachineAuthority?: undefined | Signer

    The authority of the Candy Machine as a Signer.

    Default Value

    metaplex.identity()

  • Optional wrapCandyGuardInstructionKey?: undefined | string

    A key to distinguish the instruction that wraps the Candy Machine in a Candy Guard.

Generated using TypeDoc