Enum Nominator.TimersIdx

enum TimersIdx : int { ... }

Enum members

NameDescription
Catchup Timer passed in from FullNode or Validator to trigger block, signature and tx catchup
Envelope Timer used for processing queued incoming SCP Envelope messages
Nomination Periodic nomination timer. It runs every second and checks the clock time to see if it's time to start nominating. We do not use the BlockInterval interval directly because this makes the timer succeptible to clock drift. Instead, the clock is checked every second. Note that Clock network synchronization is not yet implemented.