Go to the source code of this file.
◆ taraxa::network::tarcap::StatusPacket
struct taraxa::network::tarcap::StatusPacket |
Class Members |
optional< InitialData > |
initial_data |
|
uint64_t |
peer_dag_level |
|
PbftPeriod |
peer_pbft_chain_size |
|
PbftRound |
peer_pbft_round |
|
bool |
peer_syncing |
|
◆ taraxa::network::tarcap::StatusPacket::InitialData
struct taraxa::network::tarcap::StatusPacket::InitialData |
Class Members |
blk_hash_t |
genesis_hash |
|
bool |
is_light_node |
|
PbftPeriod |
node_history |
|
unsigned |
node_major_version |
|
unsigned |
node_minor_version |
|
unsigned |
node_patch_version |
|
uint64_t |
peer_chain_id |
|