TARAXA
Loading...
Searching...
No Matches
votes_bundle_packet.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include "
network/tarcap/packets_handlers/latest/common/exceptions.hpp
"
4
#include "
vote/pbft_vote.hpp
"
5
#include "
vote/votes_bundle_rlp.hpp
"
6
7
namespace
taraxa::network::tarcap
{
8
9
struct
VotesBundlePacket
{
10
OptimizedPbftVotesBundle
votes_bundle
;
11
12
RLP_FIELDS_DEFINE_INPLACE
(
votes_bundle
)
13
};
14
15
}
// namespace taraxa::network::tarcap
RLP_FIELDS_DEFINE_INPLACE
#define RLP_FIELDS_DEFINE_INPLACE(...)
Definition
encoding_rlp.hpp:216
exceptions.hpp
taraxa::OptimizedPbftVotesBundle
Definition
votes_bundle_rlp.hpp:38
taraxa::network::tarcap
Definition
vote_manager.hpp:24
taraxa::network::tarcap::VotesBundlePacket::votes_bundle
OptimizedPbftVotesBundle votes_bundle
Definition
votes_bundle_packet.hpp:10
taraxa::network::tarcap::VotesBundlePacket
Definition
votes_bundle_packet.hpp:9
pbft_vote.hpp
votes_bundle_rlp.hpp
libraries
core_libs
network
include
network
tarcap
packets
latest
votes_bundle_packet.hpp
Generated by
1.9.8