TARAXA
Loading...
Searching...
No Matches
transaction_packet.hpp
Go to the documentation of this file.
1#pragma once
2
4
6
8 std::vector<std::shared_ptr<Transaction>> transactions;
9 std::vector<trx_hash_t> extra_transactions_hashes;
10
12};
13
14} // 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 transaction_packet.hpp:8
std::vector< trx_hash_t > extra_transactions_hashes
Definition transaction_packet.hpp:9
Definition transaction_packet.hpp:7