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