sysvarClockPubkey top-level property

Pubkey sysvarClockPubkey
final

Sysvar Public Keys

The Clock sysvar contains data on cluster time, including the current slot, epoch, and estimated wall-clock Unix timestamp. It is updated every slot.

Implementation

/// The Clock sysvar contains data on cluster time, including the current slot, epoch, and estimated
/// wall-clock Unix timestamp. It is updated every slot.
final Pubkey sysvarClockPubkey = Pubkey.fromBase58(
  'SysvarC1ock11111111111111111111111111111111',
);