Type alias UnwrapCandyGuardBuilderParams

UnwrapCandyGuardBuilderParams: {
    candyMachine: PublicKey;
    candyGuard: PublicKey;
    candyMachineAuthority?: undefined | Signer;
    candyGuardAuthority?: 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 candyMachineAuthority?: undefined | Signer

    The authority of the Candy Machine as a Signer.

    Default Value

    metaplex.identity()

  • Optional candyGuardAuthority?: undefined | Signer

    The authority of the Candy Guard 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