TARAXA
Loading...
Searching...
No Matches
get_pillar_votes_bundle_packet.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include "
common/encoding_rlp.hpp
"
4
#include "
common/types.hpp
"
5
6
namespace
taraxa::network::tarcap
{
7
8
struct
GetPillarVotesBundlePacket
{
9
PbftPeriod
period
;
10
blk_hash_t
pillar_block_hash
;
11
12
RLP_FIELDS_DEFINE_INPLACE
(
period
,
pillar_block_hash
)
13
};
14
15
}
// namespace taraxa::network::tarcap
dev::FixedHash< 32 >
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::GetPillarVotesBundlePacket::period
PbftPeriod period
Definition
get_pillar_votes_bundle_packet.hpp:9
taraxa::network::tarcap::GetPillarVotesBundlePacket::pillar_block_hash
blk_hash_t pillar_block_hash
Definition
get_pillar_votes_bundle_packet.hpp:10
taraxa::network::tarcap::GetPillarVotesBundlePacket
Definition
get_pillar_votes_bundle_packet.hpp:8
taraxa::PbftPeriod
EthBlockNumber PbftPeriod
Definition
types.hpp:25
types.hpp
libraries
core_libs
network
include
network
tarcap
packets
latest
get_pillar_votes_bundle_packet.hpp
Generated by
1.9.8