RecallInstructionAccounts: {
    anchorRemainingAccounts?: web3.AccountMeta[];
    clock: web3.PublicKey;
    mission: web3.PublicKey;
    missionPool: web3.PublicKey;
    participation: web3.PublicKey;
    project: web3.PublicKey;
    systemProgram?: web3.PublicKey;
    vault: web3.PublicKey;
    wallet: web3.PublicKey;
}

Accounts required by the recall instruction

Type declaration

  • Optional anchorRemainingAccounts?: web3.AccountMeta[]
  • clock: web3.PublicKey
  • mission: web3.PublicKey
  • missionPool: web3.PublicKey
  • participation: web3.PublicKey
  • project: web3.PublicKey
  • Optional systemProgram?: web3.PublicKey
  • vault: web3.PublicKey
  • wallet: web3.PublicKey

Generated using TypeDoc