MintInstructionAccounts: {
    anchorRemainingAccounts?: web3.AccountMeta[];
    authorityPda: web3.PublicKey;
    candyMachine: web3.PublicKey;
    collectionAuthorityRecord: web3.PublicKey;
    collectionMasterEdition: web3.PublicKey;
    collectionMetadata: web3.PublicKey;
    collectionMint: web3.PublicKey;
    collectionUpdateAuthority: web3.PublicKey;
    mintAuthority: 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

candyMachine

Property

authorityPda

Property

mintAuthority

Property

signer] payer

Property

nftMint

Property

nftMintAuthority

Property

nftMetadata

Property

nftMasterEdition

Property

collectionAuthorityRecord

Property

collectionMint

Property

collectionMetadata

Property

collectionMasterEdition

Property

collectionUpdateAuthority

Property

tokenMetadataProgram

Property

recentSlothashes

Type declaration

  • Optional anchorRemainingAccounts?: web3.AccountMeta[]
  • authorityPda: web3.PublicKey
  • candyMachine: web3.PublicKey
  • collectionAuthorityRecord: web3.PublicKey
  • collectionMasterEdition: web3.PublicKey
  • collectionMetadata: web3.PublicKey
  • collectionMint: web3.PublicKey
  • collectionUpdateAuthority: web3.PublicKey
  • mintAuthority: 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