Hey, is there a way to find out when the next election is starting? I need to know in order to call a method on the elector contract at the correct time. Thanks!
Aug 22, 2023, 2:58 PM
Doesn't the elector contain corresponding get-method?
Aug 22, 2023, 2:59 PM
Not that I know
Aug 22, 2023, 3:05 PM
Read config 34.
It has the start time of the current round, and the end of the current round (start of the next round).
It has the start time of the current round, and the end of the current round (start of the next round).
If you use lite-client, you can run:
getconfig 34
getconfig 34
Aug 22, 2023, 8:09 PM