Type alias CreateTreeInstructionAccounts

CreateTreeInstructionAccounts: {
    compressionProgram: web3.PublicKey;
    logWrapper: web3.PublicKey;
    merkleTree: web3.PublicKey;
    payer: web3.PublicKey;
    systemProgram?: web3.PublicKey;
    treeAuthority: web3.PublicKey;
    treeCreator: web3.PublicKey;
}

Accounts required by the createTree instruction

Property

treeAuthority

Property

merkleTree

Property

signer] payer

Property

treeCreator

Property

logWrapper

Property

compressionProgram

Type declaration

  • compressionProgram: web3.PublicKey
  • logWrapper: web3.PublicKey
  • merkleTree: web3.PublicKey
  • payer: web3.PublicKey
  • Optional systemProgram?: web3.PublicKey
  • treeAuthority: web3.PublicKey
  • treeCreator: web3.PublicKey

Generated using TypeDoc