Monero
Public Attributes | List of all members
cryptonote::COMMAND_RPC_GET_ADDRESS_INFO::response Struct Reference

#include <core_rpc_server_commands_defs.h>

Collaboration diagram for cryptonote::COMMAND_RPC_GET_ADDRESS_INFO::response:
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 cryptonote::COMMAND_RPC_GET_ADDRESS_INFO::response::blockchain_height

◆ locked_funds

uint64_t cryptonote::COMMAND_RPC_GET_ADDRESS_INFO::response::locked_funds

◆ scanned_block_height

uint64_t cryptonote::COMMAND_RPC_GET_ADDRESS_INFO::response::scanned_block_height

◆ scanned_height

uint64_t cryptonote::COMMAND_RPC_GET_ADDRESS_INFO::response::scanned_height

◆ spent_outputs

std::list<spent_output> cryptonote::COMMAND_RPC_GET_ADDRESS_INFO::response::spent_outputs

◆ start_height

uint64_t cryptonote::COMMAND_RPC_GET_ADDRESS_INFO::response::start_height

◆ total_received

uint64_t cryptonote::COMMAND_RPC_GET_ADDRESS_INFO::response::total_received

◆ total_sent

uint64_t cryptonote::COMMAND_RPC_GET_ADDRESS_INFO::response::total_sent

◆ transaction_height

uint64_t cryptonote::COMMAND_RPC_GET_ADDRESS_INFO::response::transaction_height

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