Monero
Loading...
Searching...
No Matches
tools::wallet2::background_sync_data_t Struct Reference

#include <wallet2.h>

Collaboration diagram for tools::wallet2::background_sync_data_t:

Public Attributes

bool first_refresh_done = false
uint64_t start_height = 0
serializable_unordered_map< crypto::hash, background_synced_tx_ttxs
uint64_t wallet_refresh_from_block_height
size_t subaddress_lookahead_major
size_t subaddress_lookahead_minor
RefreshType wallet_refresh_type

Member Data Documentation

◆ first_refresh_done

bool tools::wallet2::background_sync_data_t::first_refresh_done = false

◆ start_height

uint64_t tools::wallet2::background_sync_data_t::start_height = 0

◆ subaddress_lookahead_major

size_t tools::wallet2::background_sync_data_t::subaddress_lookahead_major

◆ subaddress_lookahead_minor

size_t tools::wallet2::background_sync_data_t::subaddress_lookahead_minor

◆ txs

serializable_unordered_map<crypto::hash, background_synced_tx_t> tools::wallet2::background_sync_data_t::txs

◆ wallet_refresh_from_block_height

uint64_t tools::wallet2::background_sync_data_t::wallet_refresh_from_block_height

◆ wallet_refresh_type

RefreshType tools::wallet2::background_sync_data_t::wallet_refresh_type

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