Electroneum
Public Attributes | List of all members
tools::COMMAND_RPC_GET_ADDRESS_INFO::response_t Struct Reference

#include <wallet_light_rpc.h>

Collaboration diagram for tools::COMMAND_RPC_GET_ADDRESS_INFO::response_t:
Collaboration graph
[legend]

Public Attributes

uint64_t locked_funds
 
uint64_t total_received
 
uint64_t total_sent
 
uint64_t scanned_height
 
uint64_t scanned_block_height
 
uint64_t start_height
 
uint64_t transaction_height
 
uint64_t blockchain_height
 
std::list< spent_outputspent_outputs
 

Member Data Documentation

◆ blockchain_height

uint64_t tools::COMMAND_RPC_GET_ADDRESS_INFO::response_t::blockchain_height

◆ locked_funds

uint64_t tools::COMMAND_RPC_GET_ADDRESS_INFO::response_t::locked_funds

◆ scanned_block_height

uint64_t tools::COMMAND_RPC_GET_ADDRESS_INFO::response_t::scanned_block_height

◆ scanned_height

uint64_t tools::COMMAND_RPC_GET_ADDRESS_INFO::response_t::scanned_height

◆ spent_outputs

std::list<spent_output> tools::COMMAND_RPC_GET_ADDRESS_INFO::response_t::spent_outputs

◆ start_height

uint64_t tools::COMMAND_RPC_GET_ADDRESS_INFO::response_t::start_height

◆ total_received

uint64_t tools::COMMAND_RPC_GET_ADDRESS_INFO::response_t::total_received

◆ total_sent

uint64_t tools::COMMAND_RPC_GET_ADDRESS_INFO::response_t::total_sent

◆ transaction_height

uint64_t tools::COMMAND_RPC_GET_ADDRESS_INFO::response_t::transaction_height

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