Expand description
API for retrieving epoch stake information.
On-chain programs can use this API to retrieve the total stake for the
current epoch or the stake for a specific vote account using the
sol_get_epoch_stake
syscall.
Functions§
- get_
epoch_ stake_ for_ vote_ account - Get the current epoch stake for a given vote address.
- get_
epoch_ total_ stake - Get the current epoch’s total stake.