The items to insert into the candy machine.
Optional authority?: SignerThe Signer authorized to update the candy machine.
metaplex.identity()
Optional index?: BigNumberThe index we should use to insert the new items. This refers to the index of the first item to insert and the others will follow after it.
By defaults, this uses the itemsLoaded property so items are simply
appended to the current items.
candyMachine.itemsLoaded
Generated using TypeDoc
The Candy Machine to insert items into.
We only need a subset of the
CandyMachinemodel. We need its address and the number of items loaded and to be loaded so we can check if the operation is valid.