Type alias SetCollectionInstructionAccounts
 
SetCollectionInstructionAccounts: { 
    anchorRemainingAccounts?: web3.AccountMeta[]; 
    authority: web3.PublicKey; 
    authorityPda: web3.PublicKey; 
    candyMachine: web3.PublicKey; 
    collectionAuthorityRecord: web3.PublicKey; 
    collectionMetadata: web3.PublicKey; 
    collectionMint: web3.PublicKey; 
    newCollectionAuthorityRecord: web3.PublicKey; 
    newCollectionMasterEdition: web3.PublicKey; 
    newCollectionMetadata: web3.PublicKey; 
    newCollectionMint: web3.PublicKey; 
    newCollectionUpdateAuthority: web3.PublicKey; 
    payer: web3.PublicKey; 
    systemProgram?: web3.PublicKey; 
    tokenMetadataProgram: web3.PublicKey; 
}
Type declaration
- 
Optional anchorRemainingAccounts?: web3.AccountMeta[]
 
- 
authority: web3.PublicKey
 
- 
authorityPda: web3.PublicKey
 
- 
candyMachine: web3.PublicKey
 
- 
collectionAuthorityRecord: web3.PublicKey
 
- 
collectionMetadata: web3.PublicKey
 
- 
collectionMint: web3.PublicKey
 
- 
newCollectionAuthorityRecord: web3.PublicKey
 
- 
newCollectionMasterEdition: web3.PublicKey
 
- 
newCollectionMetadata: web3.PublicKey
 
- 
newCollectionMint: web3.PublicKey
 
- 
newCollectionUpdateAuthority: web3.PublicKey
 
- 
payer: web3.PublicKey
 
- 
Optional systemProgram?: web3.PublicKey
 
- 
tokenMetadataProgram: web3.PublicKey
 
  
Accounts required by the setCollection instruction
Property
candyMachine
Property
authority
Property
authorityPda
Property
payer
Property
collectionMint
Property
collectionMetadata
Property
collectionAuthorityRecord
Property
signer] newCollectionUpdateAuthority
Property
newCollectionMetadata
Property
newCollectionMint
Property
newCollectionMasterEdition
Property
newCollectionAuthorityRecord
Property
tokenMetadataProgram