Scorum
|
Enumerations | |
enum | block_production_condition_enum { produced = 0 , not_synced = 1 , not_my_turn = 2 , not_time_yet = 3 , no_private_key = 4 , low_participation = 5 , lag = 6 , consecutive = 7 , wait_for_genesis = 8 , exception_producing_block = 9 } |
Enumerator | |
---|---|
produced | |
not_synced | |
not_my_turn | |
not_time_yet | |
no_private_key | |
low_participation | |
lag | |
consecutive | |
wait_for_genesis | |
exception_producing_block |
Definition at line 43 of file witness_plugin.hpp.