Electroneum
tools::wallet2::tx_scan_info_t Struct Reference

#include <wallet2.h>

Collaboration diagram for tools::wallet2::tx_scan_info_t:

Public Member Functions

 tx_scan_info_t ()
 

Public Attributes

cryptonote::keypair in_ephemeral
 
crypto::key_image ki
 
rct::key mask
 
uint64_t amount
 
uint64_t etn_transfered
 
bool error
 
boost::optional< cryptonote::subaddress_receive_inforeceived
 

Detailed Description

Definition at line 288 of file wallet2.h.

Constructor & Destructor Documentation

◆ tx_scan_info_t()

tools::wallet2::tx_scan_info_t::tx_scan_info_t ( )
inline

Definition at line 298 of file wallet2.h.

Member Data Documentation

◆ amount

uint64_t tools::wallet2::tx_scan_info_t::amount

Definition at line 293 of file wallet2.h.

◆ error

bool tools::wallet2::tx_scan_info_t::error

Definition at line 295 of file wallet2.h.

◆ etn_transfered

uint64_t tools::wallet2::tx_scan_info_t::etn_transfered

Definition at line 294 of file wallet2.h.

◆ in_ephemeral

cryptonote::keypair tools::wallet2::tx_scan_info_t::in_ephemeral

Definition at line 290 of file wallet2.h.

◆ ki

crypto::key_image tools::wallet2::tx_scan_info_t::ki

Definition at line 291 of file wallet2.h.

◆ mask

rct::key tools::wallet2::tx_scan_info_t::mask

Definition at line 292 of file wallet2.h.

◆ received

boost::optional<cryptonote::subaddress_receive_info> tools::wallet2::tx_scan_info_t::received

Definition at line 296 of file wallet2.h.


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