Type alias UnwrapCandyGuardBuilderParams

UnwrapCandyGuardBuilderParams: { candyMachine: PublicKey; candyGuard: PublicKey; candyGuardAuthority?: undefined | Signer; candyMachineAuthority?: undefined | Signer; unwrapCandyGuardInstructionKey?: undefined | string }

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 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 unwrapCandyGuardInstructionKey?: undefined | string

    A key to distinguish the instruction that unwraps the Candy Machine from its Candy Guard.

Generated using TypeDoc