Type alias UnwrapCandyGuardInput

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

Type declaration

  • candyMachine: PublicKey

    The address of the Candy Machine to unwrap.

  • candyGuard: PublicKey

    The address of the Candy Guard to unwrap the Candy Machine from.

  • 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