Monero
Public Attributes | List of all members
tools::wallet2::detached_blockchain_data Struct Reference

#include <wallet2.h>

Collaboration diagram for tools::wallet2::detached_blockchain_data:
Collaboration graph
[legend]

Public Attributes

hashchain detached_blockchain
 
size_t original_chain_size
 
std::unordered_set< crypto::hashdetached_tx_hashes
 
std::unordered_map< crypto::hash, std::vector< cryptonote::tx_destination_entry > > detached_confirmed_txs_dests
 

Member Data Documentation

◆ detached_blockchain

hashchain tools::wallet2::detached_blockchain_data::detached_blockchain

◆ detached_confirmed_txs_dests

std::unordered_map<crypto::hash, std::vector<cryptonote::tx_destination_entry> > tools::wallet2::detached_blockchain_data::detached_confirmed_txs_dests

◆ detached_tx_hashes

std::unordered_set<crypto::hash> tools::wallet2::detached_blockchain_data::detached_tx_hashes

◆ original_chain_size

size_t tools::wallet2::detached_blockchain_data::original_chain_size

The documentation for this struct was generated from the following file: