initializeCandyMachine | | - candyMachineisMut
- wallet
- authority
- payerisSigner
- systemProgram
- rent
|
updateCandyMachine | | - candyMachineisMut
- authorityisSigner
- wallet
|
updateAuthority | - newAuthorityOption<publicKey>
| - candyMachineisMut
- authorityisSigner
- wallet
|
addConfigLines | - indexu32
- configLinesVec<[object Object]>
| - candyMachineisMut
- authorityisSigner
|
setCollection | | - candyMachineisMut
- authorityisSigner
- collectionPdaisMut
- payerisSigner
- systemProgram
- rent
- metadata
- mint
- edition
- collectionAuthorityRecordisMut
- tokenMetadataProgram
|
removeCollection | | - candyMachineisMut
- authorityisSigner
- collectionPdaisMut
- metadata
- mint
- collectionAuthorityRecordisMut
- tokenMetadataProgram
|
mintNft | - creatorBumpu8
- creatorTokenInfou8
- createProgramStatusu8
| - candyMachineisMut
- candyMachineCreator
- payerisSigner
- walletisMut
- metadataisMut
- mintisMut
- mintAuthorityisSigner
- updateAuthorityisSigner
- masterEditionisMut
- tokenMetadataProgram
- tokenProgram
- systemProgram
- rent
- clock
- recentBlockhashes
- instructionSysvarAccount
- adminWallet
- tokenAddressisMut
- openBoxFeeConfigisMut
- botAddressisMut
- gearAddressisMut
- payerBotAtaisMut
- payerGearAtaisMut
- tokenAtaisMut
- botTollCollectorisMut
- gearTollCollectorisMut
- programStateisMut
|
setCollectionDuringMint | | - candyMachine
- metadata
- payerisSigner
- collectionPdaisMut
- tokenMetadataProgram
- instructions
- collectionMint
- collectionMetadata
- collectionMasterEdition
- authority
- collectionAuthorityRecord
|
withdrawFunds | | - candyMachineisMut
- authorityisSigner
|
createOpenBoxFeeConfig | - botFeeu64
- gearFeeu64
- boxTypeu8
| - authorityisSignerisMut
- openBoxFeeConfigisMut
- programStateisMut
- tokenAddress
- systemProgram
- tokenProgram
- rent
|
createOrUpdateProgramState | | - authorityisSignerisMut
- programStateisMut
- botAddress
- botTollCollector
- gearAddress
- gearTollCollector
- nftUpdateAuthorityisMut
- systemProgram
- tokenProgram
- rent
|
deleteProgramState | | - adminAuthorityisSignerisMut
- programStateisMut
- systemProgram
- tokenProgram
|
deleteTokenInfo | | - authorityisSignerisMut
- tokenAddress
- openBoxFeeConfigisMut
- programStateisMut
- systemProgram
- tokenProgram
|
updateOpenBoxFeeConfig | - botFeeOption<u64>
- gearFeeOption<u64>
- boxTypeOption<u8>
| - authorityisSignerisMut
- tokenAddress
- openBoxFeeConfigisMut
- programStateisMut
- systemProgram
- tokenProgram
|