Type alias WrapCandyGuardInput

WrapCandyGuardInput: {
    candyMachine: PublicKey;
    candyGuard: PublicKey;
    candyMachineAuthority?: Signer;
    candyGuardAuthority?: Signer;
}

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 candyMachineAuthority?: Signer

    The authority of the Candy Machine as a Signer.

    Default Value

    metaplex.identity()

  • Optional candyGuardAuthority?: Signer

    The authority of the Candy Guard as a Signer.

    Default Value

    metaplex.identity()

Generated using TypeDoc