Type alias DecompressV1InstructionAccounts

DecompressV1InstructionAccounts: {
    associatedTokenProgram: web3.PublicKey;
    leafOwner: web3.PublicKey;
    logWrapper: web3.PublicKey;
    masterEdition: web3.PublicKey;
    metadata: web3.PublicKey;
    mint: web3.PublicKey;
    mintAuthority: web3.PublicKey;
    systemProgram?: web3.PublicKey;
    sysvarRent: web3.PublicKey;
    tokenAccount: web3.PublicKey;
    tokenMetadataProgram: web3.PublicKey;
    tokenProgram?: web3.PublicKey;
    voucher: web3.PublicKey;
}

Accounts required by the decompressV1 instruction

Property

voucher

Property

signer] leafOwner

Property

tokenAccount

Property

mint

Property

mintAuthority

Property

metadata

Property

masterEdition

Property

sysvarRent

Property

tokenMetadataProgram

Property

associatedTokenProgram

Property

logWrapper

Type declaration

  • associatedTokenProgram: web3.PublicKey
  • leafOwner: web3.PublicKey
  • logWrapper: web3.PublicKey
  • masterEdition: web3.PublicKey
  • metadata: web3.PublicKey
  • mint: web3.PublicKey
  • mintAuthority: web3.PublicKey
  • Optional systemProgram?: web3.PublicKey
  • sysvarRent: web3.PublicKey
  • tokenAccount: web3.PublicKey
  • tokenMetadataProgram: web3.PublicKey
  • Optional tokenProgram?: web3.PublicKey
  • voucher: web3.PublicKey

Generated using TypeDoc