sysvarStakeHistoryPubkey top-level property

Pubkey sysvarStakeHistoryPubkey
final

The StakeHistory sysvar contains the history of cluster-wide stake activations and de-activations per epoch. It is updated at the start of every epoch.

Implementation

final Pubkey sysvarStakeHistoryPubkey = Pubkey.fromBase58(
  'SysvarStakeHistory1111111111111111111111111',
);