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

#include <wallet2.h>

Collaboration diagram for tools::wallet2::background_synced_tx_t:

Public Member Functions

 if (!tx.serialize_base(ar)) return false

Public Attributes

uint64_t index_in_background_sync_data
cryptonote::transaction tx
std::vector< uint64_toutput_indices
uint64_t height
uint64_t block_timestamp
bool double_spend_seen

Member Function Documentation

◆ if()

tools::wallet2::background_synced_tx_t::if ( !tx. serialize_basear)

Member Data Documentation

◆ block_timestamp

uint64_t tools::wallet2::background_synced_tx_t::block_timestamp

◆ double_spend_seen

bool tools::wallet2::background_synced_tx_t::double_spend_seen

◆ height

uint64_t tools::wallet2::background_synced_tx_t::height

◆ index_in_background_sync_data

uint64_t tools::wallet2::background_synced_tx_t::index_in_background_sync_data

◆ output_indices

std::vector<uint64_t> tools::wallet2::background_synced_tx_t::output_indices

◆ tx

cryptonote::transaction tools::wallet2::background_synced_tx_t::tx

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