StakerArgs: {
    bump: number;
    stakingPool: web3.PublicKey;
    totalStaked: beet.bignum;
    wallet: web3.PublicKey;
}

Arguments used to create Staker

Type declaration

  • bump: number
  • stakingPool: web3.PublicKey
  • totalStaked: beet.bignum
  • wallet: web3.PublicKey

Generated using TypeDoc