TARAXA
Loading...
Searching...
No Matches
get_pbft_sync_packet.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include "
common/encoding_rlp.hpp
"
4
5
namespace
taraxa::network::tarcap
{
6
7
struct
GetPbftSyncPacket
{
8
size_t
height_to_sync
;
9
10
RLP_FIELDS_DEFINE_INPLACE
(
height_to_sync
)
11
};
12
13
}
// namespace taraxa::network::tarcap
encoding_rlp.hpp
RLP_FIELDS_DEFINE_INPLACE
#define RLP_FIELDS_DEFINE_INPLACE(...)
Definition
encoding_rlp.hpp:216
taraxa::network::tarcap
Definition
vote_manager.hpp:24
taraxa::network::tarcap::GetPbftSyncPacket::height_to_sync
size_t height_to_sync
Definition
get_pbft_sync_packet.hpp:8
taraxa::network::tarcap::GetPbftSyncPacket
Definition
get_pbft_sync_packet.hpp:7
libraries
core_libs
network
include
network
tarcap
packets
latest
get_pbft_sync_packet.hpp
Generated by
1.9.8