Type alias UnverifyCreatorInstructionAccounts

UnverifyCreatorInstructionAccounts: {
    compressionProgram: web3.PublicKey;
    creator: web3.PublicKey;
    leafDelegate: web3.PublicKey;
    leafOwner: web3.PublicKey;
    logWrapper: web3.PublicKey;
    merkleTree: web3.PublicKey;
    payer: web3.PublicKey;
    treeAuthority: web3.PublicKey;
}

Accounts required by the unverifyCreator instruction

Property

treeAuthority

Property

leafOwner

Property

leafDelegate

Property

merkleTree

Property

payer

Property

creator

Property

logWrapper

Property

compressionProgram

Type declaration

  • compressionProgram: web3.PublicKey
  • creator: web3.PublicKey
  • leafDelegate: web3.PublicKey
  • leafOwner: web3.PublicKey
  • logWrapper: web3.PublicKey
  • merkleTree: web3.PublicKey
  • payer: web3.PublicKey
  • treeAuthority: web3.PublicKey

Generated using TypeDoc