Updates the every aspect of an existing Candy Machine, including its authorities, collection and guards (when associated with a Candy Guard).
const transactionBuilder = await metaplex .candyMachines() .builders() .update({ candyMachine, sellerFeeBasisPoints: 500, });
Generated using TypeDoc
Updates the every aspect of an existing Candy Machine, including its authorities, collection and guards (when associated with a Candy Guard).