Type alias UnverifyCollectionInstructionAccounts

UnverifyCollectionInstructionAccounts: {
    bubblegumSigner: web3.PublicKey;
    collectionAuthority: web3.PublicKey;
    collectionAuthorityRecordPda: web3.PublicKey;
    collectionMetadata: web3.PublicKey;
    collectionMint: web3.PublicKey;
    compressionProgram: web3.PublicKey;
    editionAccount: web3.PublicKey;
    leafDelegate: web3.PublicKey;
    leafOwner: web3.PublicKey;
    logWrapper: web3.PublicKey;
    merkleTree: web3.PublicKey;
    payer: web3.PublicKey;
    tokenMetadataProgram: web3.PublicKey;
    treeAuthority: web3.PublicKey;
    treeDelegate: web3.PublicKey;
}

Accounts required by the unverifyCollection instruction

Property

treeAuthority

Property

leafOwner

Property

leafDelegate

Property

merkleTree

Property

payer

Property

treeDelegate

Property

collectionAuthority

Property

collectionAuthorityRecordPda

Property

collectionMint

Property

collectionMetadata

Property

editionAccount

Property

bubblegumSigner

Property

logWrapper

Property

compressionProgram

Property

tokenMetadataProgram

Type declaration

  • bubblegumSigner: web3.PublicKey
  • collectionAuthority: web3.PublicKey
  • collectionAuthorityRecordPda: web3.PublicKey
  • collectionMetadata: web3.PublicKey
  • collectionMint: web3.PublicKey
  • compressionProgram: web3.PublicKey
  • editionAccount: web3.PublicKey
  • leafDelegate: web3.PublicKey
  • leafOwner: web3.PublicKey
  • logWrapper: web3.PublicKey
  • merkleTree: web3.PublicKey
  • payer: web3.PublicKey
  • tokenMetadataProgram: web3.PublicKey
  • treeAuthority: web3.PublicKey
  • treeDelegate: web3.PublicKey

Generated using TypeDoc