Definition at line 83 of file blockchain_ancestry.cpp.
◆ tx_data_t() [1/2]
◆ tx_data_t() [2/2]
Definition at line 90 of file blockchain_ancestry.cpp.
95 vin.reserve(tx.
vin.size());
96 for (
size_t ring = 0; ring < tx.
vin.size(); ++ring)
106 throw std::runtime_error(
"Bad vin type");
111 for (
size_t out = 0;
out < tx.
vout.size(); ++
out)
115 const auto &txout = boost::get<cryptonote::txout_to_key>(tx.
vout[
out].target);
116 vout.push_back(txout.key);
121 throw std::runtime_error(
"Bad vout type");
std::vector< std::pair< uint64_t, std::vector< uint64_t > > > vin
std::vector< uint64_t > key_offsets
std::vector< uint64_t > relative_output_offsets_to_absolute(const std::vector< uint64_t > &off)
std::vector< tx_out > vout
std::vector< txin_v > vin
std::vector< crypto::public_key > vout
crypto::hash get_transaction_hash(const transaction &t)
◆ serialize()
template<typename t_archive >
| void tx_data_t::serialize |
( |
t_archive & |
a, |
|
|
const unsigned int |
ver |
|
) |
| |
|
inline |
Definition at line 126 of file blockchain_ancestry.cpp.
std::vector< std::pair< uint64_t, std::vector< uint64_t > > > vin
const GenericPointer< typename T::ValueType > T2 T::AllocatorType & a
std::vector< crypto::public_key > vout
◆ coinbase
◆ vin
◆ vout
The documentation for this struct was generated from the following file: