Type alias CancelRedeemInstructionAccounts

CancelRedeemInstructionAccounts: {
    compressionProgram: web3.PublicKey;
    leafOwner: web3.PublicKey;
    logWrapper: web3.PublicKey;
    merkleTree: web3.PublicKey;
    treeAuthority: web3.PublicKey;
    voucher: web3.PublicKey;
}

Accounts required by the cancelRedeem instruction

Property

treeAuthority

Property

signer] leafOwner

Property

merkleTree

Property

voucher

Property

logWrapper

Property

compressionProgram

Type declaration

  • compressionProgram: web3.PublicKey
  • leafOwner: web3.PublicKey
  • logWrapper: web3.PublicKey
  • merkleTree: web3.PublicKey
  • treeAuthority: web3.PublicKey
  • voucher: web3.PublicKey

Generated using TypeDoc