InitializeInstructionAccounts: {
    anchorRemainingAccounts?: web3.AccountMeta[];
    authority: web3.PublicKey;
    authorityPda: web3.PublicKey;
    candyMachine: web3.PublicKey;
    collectionAuthorityRecord: web3.PublicKey;
    collectionMasterEdition: web3.PublicKey;
    collectionMetadata: web3.PublicKey;
    collectionMint: web3.PublicKey;
    collectionUpdateAuthority: web3.PublicKey;
    payer: web3.PublicKey;
    systemProgram?: web3.PublicKey;
    tokenMetadataProgram: web3.PublicKey;
}

Accounts required by the initialize instruction

Property

candyMachine

Property

authorityPda

Property

authority

Property

payer

Property

collectionMetadata

Property

collectionMint

Property

collectionMasterEdition

Property

signer] collectionUpdateAuthority

Property

collectionAuthorityRecord

Property

tokenMetadataProgram

Type declaration

  • Optional anchorRemainingAccounts?: web3.AccountMeta[]
  • authority: web3.PublicKey
  • authorityPda: web3.PublicKey
  • candyMachine: web3.PublicKey
  • collectionAuthorityRecord: web3.PublicKey
  • collectionMasterEdition: web3.PublicKey
  • collectionMetadata: web3.PublicKey
  • collectionMint: web3.PublicKey
  • collectionUpdateAuthority: web3.PublicKey
  • payer: web3.PublicKey
  • Optional systemProgram?: web3.PublicKey
  • tokenMetadataProgram: web3.PublicKey

Generated using TypeDoc