Type alias SetCollectionV2InstructionAccounts
 
SetCollectionV2InstructionAccounts: { 
    anchorRemainingAccounts?: web3.AccountMeta[]; 
    authority: web3.PublicKey; 
    authorityPda: web3.PublicKey; 
    authorizationRules?: web3.PublicKey; 
    authorizationRulesProgram?: web3.PublicKey; 
    candyMachine: web3.PublicKey; 
    collectionDelegateRecord: web3.PublicKey; 
    collectionMetadata: web3.PublicKey; 
    collectionMint: web3.PublicKey; 
    collectionUpdateAuthority: web3.PublicKey; 
    newCollectionDelegateRecord: web3.PublicKey; 
    newCollectionMasterEdition: web3.PublicKey; 
    newCollectionMetadata: web3.PublicKey; 
    newCollectionMint: web3.PublicKey; 
    newCollectionUpdateAuthority: web3.PublicKey; 
    payer: web3.PublicKey; 
    systemProgram?: web3.PublicKey; 
    sysvarInstructions: web3.PublicKey; 
    tokenMetadataProgram: web3.PublicKey; 
}
Type declaration
- 
Optional anchorRemainingAccounts?: web3.AccountMeta[]
 
- 
authority: web3.PublicKey
 
- 
authorityPda: web3.PublicKey
 
- 
Optional authorizationRules?: web3.PublicKey
 
- 
Optional authorizationRulesProgram?: web3.PublicKey
 
- 
candyMachine: web3.PublicKey
 
- 
collectionDelegateRecord: web3.PublicKey
 
- 
collectionMetadata: web3.PublicKey
 
- 
collectionMint: web3.PublicKey
 
- 
collectionUpdateAuthority: web3.PublicKey
 
- 
newCollectionDelegateRecord: web3.PublicKey
 
- 
newCollectionMasterEdition: web3.PublicKey
 
- 
newCollectionMetadata: web3.PublicKey
 
- 
newCollectionMint: web3.PublicKey
 
- 
newCollectionUpdateAuthority: web3.PublicKey
 
- 
payer: web3.PublicKey
 
- 
Optional systemProgram?: web3.PublicKey
 
- 
sysvarInstructions: web3.PublicKey
 
- 
tokenMetadataProgram: web3.PublicKey
 
  
Accounts required by the setCollectionV2 instruction
Property
candyMachine
Property
authority
Property
authorityPda
Property
signer] payer
Property
collectionUpdateAuthority
Property
collectionMint
Property
collectionMetadata
Property
collectionDelegateRecord
Property
newCollectionUpdateAuthority
Property
newCollectionMint
Property
newCollectionMetadata
Property
newCollectionMasterEdition
Property
newCollectionDelegateRecord
Property
tokenMetadataProgram
Property
sysvarInstructions
Property
authorizationRulesProgram (optional)
Property
authorizationRules (optional)