MintInstructionAccounts: {
    anchorRemainingAccounts?: web3.AccountMeta[];
    candyGuard: web3.PublicKey;
    candyMachine: web3.PublicKey;
    candyMachineAuthorityPda: web3.PublicKey;
    candyMachineProgram: web3.PublicKey;
    collectionAuthorityRecord: web3.PublicKey;
    collectionMasterEdition: web3.PublicKey;
    collectionMetadata: web3.PublicKey;
    collectionMint: web3.PublicKey;
    collectionUpdateAuthority: web3.PublicKey;
    instructionSysvarAccount: web3.PublicKey;
    nftMasterEdition: web3.PublicKey;
    nftMetadata: web3.PublicKey;
    nftMint: web3.PublicKey;
    nftMintAuthority: web3.PublicKey;
    payer: web3.PublicKey;
    recentSlothashes: web3.PublicKey;
    systemProgram?: web3.PublicKey;
    tokenMetadataProgram: web3.PublicKey;
    tokenProgram?: web3.PublicKey;
}

Accounts required by the mint instruction

Property

candyGuard

Property

candyMachineProgram

Property

candyMachine

Property

candyMachineAuthorityPda

Property

signer] payer

Property

nftMetadata

Property

nftMint

Property

nftMintAuthority

Property

nftMasterEdition

Property

collectionAuthorityRecord

Property

collectionMint

Property

collectionMetadata

Property

collectionMasterEdition

Property

collectionUpdateAuthority

Property

tokenMetadataProgram

Property

recentSlothashes

Property

instructionSysvarAccount

Type declaration

  • Optional anchorRemainingAccounts?: web3.AccountMeta[]
  • candyGuard: web3.PublicKey
  • candyMachine: web3.PublicKey
  • candyMachineAuthorityPda: web3.PublicKey
  • candyMachineProgram: web3.PublicKey
  • collectionAuthorityRecord: web3.PublicKey
  • collectionMasterEdition: web3.PublicKey
  • collectionMetadata: web3.PublicKey
  • collectionMint: web3.PublicKey
  • collectionUpdateAuthority: web3.PublicKey
  • instructionSysvarAccount: web3.PublicKey
  • nftMasterEdition: web3.PublicKey
  • nftMetadata: web3.PublicKey
  • nftMint: web3.PublicKey
  • nftMintAuthority: web3.PublicKey
  • payer: web3.PublicKey
  • recentSlothashes: web3.PublicKey
  • Optional systemProgram?: web3.PublicKey
  • tokenMetadataProgram: web3.PublicKey
  • Optional tokenProgram?: web3.PublicKey

Generated using TypeDoc