|
Monero
|
#include <wallet2.h>

Public Attributes | |
| bool | first_refresh_done = false |
| uint64_t | start_height = 0 |
| serializable_unordered_map< crypto::hash, background_synced_tx_t > | txs |
| uint64_t | wallet_refresh_from_block_height |
| size_t | subaddress_lookahead_major |
| size_t | subaddress_lookahead_minor |
| RefreshType | wallet_refresh_type |
| bool tools::wallet2::background_sync_data_t::first_refresh_done = false |
| uint64_t tools::wallet2::background_sync_data_t::start_height = 0 |
| size_t tools::wallet2::background_sync_data_t::subaddress_lookahead_major |
| size_t tools::wallet2::background_sync_data_t::subaddress_lookahead_minor |
| serializable_unordered_map<crypto::hash, background_synced_tx_t> tools::wallet2::background_sync_data_t::txs |
| uint64_t tools::wallet2::background_sync_data_t::wallet_refresh_from_block_height |
| RefreshType tools::wallet2::background_sync_data_t::wallet_refresh_type |