BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Enumerations
graphene::witness_plugin::block_production_condition Namespace Reference

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
}
 

Enumeration Type Documentation

◆ block_production_condition_enum

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.