Electroneum
tools::COMMAND_RPC_GET_ADDRESS_TXS::response_t Struct Reference

#include <wallet_light_rpc.h>

Collaboration diagram for tools::COMMAND_RPC_GET_ADDRESS_TXS::response_t:

Public Attributes

uint64_t total_received
 
uint64_t total_received_unlocked = 0
 
uint64_t scanned_height
 
std::vector< transactiontransactions
 
uint64_t blockchain_height
 
uint64_t scanned_block_height
 
std::string status
 

Detailed Description

Definition at line 101 of file wallet_light_rpc.h.

Member Data Documentation

◆ blockchain_height

uint64_t tools::COMMAND_RPC_GET_ADDRESS_TXS::response_t::blockchain_height

Definition at line 108 of file wallet_light_rpc.h.

◆ scanned_block_height

uint64_t tools::COMMAND_RPC_GET_ADDRESS_TXS::response_t::scanned_block_height

Definition at line 109 of file wallet_light_rpc.h.

◆ scanned_height

uint64_t tools::COMMAND_RPC_GET_ADDRESS_TXS::response_t::scanned_height

Definition at line 106 of file wallet_light_rpc.h.

◆ status

std::string tools::COMMAND_RPC_GET_ADDRESS_TXS::response_t::status

Definition at line 110 of file wallet_light_rpc.h.

◆ total_received

uint64_t tools::COMMAND_RPC_GET_ADDRESS_TXS::response_t::total_received

Definition at line 104 of file wallet_light_rpc.h.

◆ total_received_unlocked

uint64_t tools::COMMAND_RPC_GET_ADDRESS_TXS::response_t::total_received_unlocked = 0

Definition at line 105 of file wallet_light_rpc.h.

◆ transactions

std::vector<transaction> tools::COMMAND_RPC_GET_ADDRESS_TXS::response_t::transactions

Definition at line 107 of file wallet_light_rpc.h.


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