sysvarSlotHistoryPubkey top-level property

Pubkey sysvarSlotHistoryPubkey
final

The SlotHistory sysvar contains a bitvector of slots present over the last epoch. It is updated every slot.

Implementation

final Pubkey sysvarSlotHistoryPubkey = Pubkey.fromBase58(
  'SysvarS1otHistory11111111111111111111111111',
);