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

#include <core_rpc_server_commands_defs.h>

Collaboration diagram for cryptonote::COMMAND_RPC_GET_ADDRESS_TXS::response:
Collaboration graph
[legend]

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
 

Member Data Documentation

◆ blockchain_height

uint64_t cryptonote::COMMAND_RPC_GET_ADDRESS_TXS::response::blockchain_height

◆ scanned_block_height

uint64_t cryptonote::COMMAND_RPC_GET_ADDRESS_TXS::response::scanned_block_height

◆ scanned_height

uint64_t cryptonote::COMMAND_RPC_GET_ADDRESS_TXS::response::scanned_height

◆ status

std::string cryptonote::COMMAND_RPC_GET_ADDRESS_TXS::response::status

◆ total_received

uint64_t cryptonote::COMMAND_RPC_GET_ADDRESS_TXS::response::total_received

◆ total_received_unlocked

uint64_t cryptonote::COMMAND_RPC_GET_ADDRESS_TXS::response::total_received_unlocked = 0

◆ transactions

std::vector<transaction> cryptonote::COMMAND_RPC_GET_ADDRESS_TXS::response::transactions

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