Optional
authority?: SignerThe Signer authorized to update the candy machine.
metaplex.identity()
Optional
newThe new Candy Machine data. This includes the wallet and token mint addresses which can both be updated.
Defaults to not being updated.
Optional
newThe new Candy Machine authority.
Defaults to not being updated.
Optional
newThe mint address of the new Candy Machine collection.
When null
is provided, the collection is removed.
Defaults to not being updated.
Optional
updateA key to distinguish the instruction that updates the data.
Optional
updateA key to distinguish the instruction that updates the authority.
Optional
setA key to distinguish the instruction that sets the collection.
Optional
removeA key to distinguish the instruction that removes the collection.
Generated using TypeDoc
The Candy Machine to update. We only need a subset of the
CandyMachine
model to figure out the current values for the wallet and collection addresses.