- Preparing search index...
- The search index is not available
API References
Type alias DeleteCandyMachineV2BuilderParams
Delete
Candy
Machine
V2
Builder
Params
: { candyMachine
: Pick<CandyMachineV2, "address" | "collectionMintAddress">; authority
?: undefined | Signer; instructionKey
?: undefined | string; }
Type declaration
-
candyMachine: Pick<CandyMachineV2, "address" | "collectionMintAddress">
-
Optional
authority?: undefined | Signer
-
Optional
instructionKey?: undefined | string
The Candy Machine to delete. We need the address of the Candy Machine as well as the address of the potential collection since we will need to delete the PDA account that links the Candy Machine to the collection.
If the Candy Machine does not have a collection, simply set
collectionMintAddress
tonull
.