ApproveDelegateInstructionAccounts: {
    anchorRemainingAccounts?: web3.AccountMeta[];
    authority: web3.PublicKey;
    currency: web3.PublicKey;
    delegate: web3.PublicKey;
    holderAccount: web3.PublicKey;
    instructionsSysvar: web3.PublicKey;
    mint: web3.PublicKey;
    owner: web3.PublicKey;
    project: web3.PublicKey;
    systemProgram?: web3.PublicKey;
    tokenAccount: web3.PublicKey;
    tokenProgram?: web3.PublicKey;
    vault: web3.PublicKey;
}

Accounts required by the approveDelegate instruction

Type declaration

  • Optional anchorRemainingAccounts?: web3.AccountMeta[]
  • authority: web3.PublicKey
  • currency: web3.PublicKey
  • delegate: web3.PublicKey
  • holderAccount: web3.PublicKey
  • instructionsSysvar: web3.PublicKey
  • mint: web3.PublicKey
  • owner: web3.PublicKey
  • project: web3.PublicKey
  • Optional systemProgram?: web3.PublicKey
  • tokenAccount: web3.PublicKey
  • Optional tokenProgram?: web3.PublicKey
  • vault: web3.PublicKey

Generated using TypeDoc