|
Electroneum
|

Public Member Functions | |
| ancestry_state_t () | |
| template<typename t_archive > | |
| void | serialize (t_archive &a, const unsigned int ver) |
Public Attributes | |
| uint64_t | height |
| std::unordered_map< crypto::hash, std::unordered_set< ancestor > > | ancestry |
| std::unordered_map< ancestor, crypto::hash > | output_cache |
| std::unordered_map< crypto::hash, ::tx_data_t > | tx_cache |
| std::vector< cryptonote::block > | block_cache |
|
inline |
|
inline |
| std::unordered_map<crypto::hash, std::unordered_set<ancestor> > ancestry_state_t::ancestry |
| std::vector<cryptonote::block> ancestry_state_t::block_cache |
| uint64_t ancestry_state_t::height |
| std::unordered_map<ancestor, crypto::hash> ancestry_state_t::output_cache |
| std::unordered_map<crypto::hash, ::tx_data_t> ancestry_state_t::tx_cache |