Updates an existing Candy Machine.
const transactionBuilder = metaplex .candyMachinesV2() .builders() .update({ candyMachine: { address, walletAddress, collectionMintAddress }, newData: {...}, // Updates the provided data. });
Generated using TypeDoc
Updates an existing Candy Machine.