|
BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
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, exception_producing_block = 7, shutdown = 8, no_network = 9 } |
| Enumerator | |
|---|---|
| produced | |
| not_synced | |
| not_my_turn | |
| not_time_yet | |
| no_private_key | |
| low_participation | |
| lag | |
| exception_producing_block | |
| shutdown | |
| no_network | |
Definition at line 35 of file witness.hpp.
1.8.17