The items to insert into the candy machine.
Optional
authority?: undefined | SignerThe Signer authorized to update the candy machine.
metaplex.identity()
Optional
index?: undefined | 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
Optional
instructionGenerated using TypeDoc
The Candy Machine to insert items into.
We only need a subset of the
CandyMachine
model. We need its address and the number of items loaded and to be loaded so we can check if the operation is valid.