InitStakerInstructionAccounts: {
    anchorRemainingAccounts?: web3.AccountMeta[];
    project: web3.PublicKey;
    staker: web3.PublicKey;
    stakingPool: web3.PublicKey;
    systemProgram?: web3.PublicKey;
    vault: web3.PublicKey;
    wallet: web3.PublicKey;
}

Accounts required by the initStaker instruction

Type declaration

  • Optional anchorRemainingAccounts?: web3.AccountMeta[]
  • project: web3.PublicKey
  • staker: web3.PublicKey
  • stakingPool: web3.PublicKey
  • Optional systemProgram?: web3.PublicKey
  • vault: web3.PublicKey
  • wallet: web3.PublicKey

Generated using TypeDoc