|
Monero
|
#include <wallet2.h>

Public Attributes | |
| hashchain | detached_blockchain |
| size_t | original_chain_size |
| std::unordered_set< crypto::hash > | detached_tx_hashes |
| std::unordered_map< crypto::hash, std::vector< cryptonote::tx_destination_entry > > | detached_confirmed_txs_dests |
| hashchain tools::wallet2::detached_blockchain_data::detached_blockchain |
| std::unordered_map<crypto::hash, std::vector<cryptonote::tx_destination_entry> > tools::wallet2::detached_blockchain_data::detached_confirmed_txs_dests |
| std::unordered_set<crypto::hash> tools::wallet2::detached_blockchain_data::detached_tx_hashes |
| size_t tools::wallet2::detached_blockchain_data::original_chain_size |