TARAXA
Loading...
Searching...
No Matches
dag_sync_packet.hpp
Go to the documentation of this file.
1#pragma once
2
3#include "dag/dag_block.hpp"
5
7
11 std::vector<std::shared_ptr<Transaction>> transactions;
12 std::vector<std::shared_ptr<DagBlock>> dag_blocks;
13
15};
16
17} // namespace taraxa::network::tarcap
#define RLP_FIELDS_DEFINE_INPLACE(...)
Definition encoding_rlp.hpp:216
Definition vote_manager.hpp:24
std::vector< std::shared_ptr< Transaction > > transactions
Definition dag_sync_packet.hpp:11
PbftPeriod response_period
Definition dag_sync_packet.hpp:10
std::vector< std::shared_ptr< DagBlock > > dag_blocks
Definition dag_sync_packet.hpp:12
PbftPeriod request_period
Definition dag_sync_packet.hpp:9
Definition dag_sync_packet.hpp:8
EthBlockNumber PbftPeriod
Definition types.hpp:25