|
Monero
|
#include <wallet2.h>

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_t > | output_indices |
| uint64_t | height |
| uint64_t | block_timestamp |
| bool | double_spend_seen |
| tools::wallet2::background_synced_tx_t::if | ( | !tx. | serialize_basear | ) |
| uint64_t tools::wallet2::background_synced_tx_t::block_timestamp |
| bool tools::wallet2::background_synced_tx_t::double_spend_seen |
| uint64_t tools::wallet2::background_synced_tx_t::height |
| uint64_t tools::wallet2::background_synced_tx_t::index_in_background_sync_data |
| std::vector<uint64_t> tools::wallet2::background_synced_tx_t::output_indices |
| cryptonote::transaction tools::wallet2::background_synced_tx_t::tx |