RemoveProfileDataInstructionAccounts: {
    anchorRemainingAccounts?: web3.AccountMeta[];
    authority: web3.PublicKey;
    compressionProgram: web3.PublicKey;
    delegateAuthority?: web3.PublicKey;
    instructionsSysvar: web3.PublicKey;
    logWrapper: web3.PublicKey;
    merkleTree?: web3.PublicKey;
    payer: web3.PublicKey;
    profile: web3.PublicKey;
    project: web3.PublicKey;
    rentSysvar: web3.PublicKey;
    systemProgram?: web3.PublicKey;
    vault: web3.PublicKey;
}

Accounts required by the removeProfileData instruction

Type declaration

  • Optional anchorRemainingAccounts?: web3.AccountMeta[]
  • authority: web3.PublicKey
  • compressionProgram: web3.PublicKey
  • Optional delegateAuthority?: web3.PublicKey
  • instructionsSysvar: web3.PublicKey
  • logWrapper: web3.PublicKey
  • Optional merkleTree?: web3.PublicKey
  • payer: web3.PublicKey
  • profile: web3.PublicKey
  • project: web3.PublicKey
  • rentSysvar: web3.PublicKey
  • Optional systemProgram?: web3.PublicKey
  • vault: web3.PublicKey

Generated using TypeDoc