Definition at line 134 of file blockchain_ancestry.cpp.
◆ ancestry_state_t()
| ancestry_state_t::ancestry_state_t |
( |
| ) |
|
|
inline |
◆ serialize()
template<typename t_archive >
| void ancestry_state_t::serialize |
( |
t_archive & |
a, |
|
|
const unsigned int |
ver |
|
) |
| |
|
inline |
Definition at line 144 of file blockchain_ancestry.cpp.
151 std::unordered_map<crypto::hash, cryptonote::transaction> old_tx_cache;
153 for (
const auto i: old_tx_cache)
162 std::unordered_map<uint64_t, cryptonote::block> old_block_cache;
165 for (
const auto i: old_block_cache)
std::unordered_map< ancestor, crypto::hash > output_cache
std::unordered_map< crypto::hash, std::unordered_set< ancestor > > ancestry
const GenericPointer< typename T::ValueType > T2 T::AllocatorType & a
std::vector< cryptonote::block > block_cache
std::unordered_map< crypto::hash, ::tx_data_t > tx_cache
◆ ancestry
◆ block_cache
◆ height
◆ output_cache
◆ tx_cache
The documentation for this struct was generated from the following file: