Expand description

Stake state

  • delegate stakes to vote accounts
  • keep track of rewards
  • own mining pools

Structs

captures a rewards round as lamports to be awarded and the total points over which those lamports are to be distributed

Enums

Functions

Authorize the given pubkey to manage stake (deactivate, withdraw). This may be called multiple times, but will implicitly withdraw authorization from the previously authorized staker. The default staker is the owner of the stake account’s pubkey.

Type Definitions