|
Electroneum
|
#include <wallet_light_rpc.h>

Public Attributes | |
| uint64_t | total_received |
| uint64_t | total_received_unlocked = 0 |
| uint64_t | scanned_height |
| std::vector< transaction > | transactions |
| uint64_t | blockchain_height |
| uint64_t | scanned_block_height |
| std::string | status |
Definition at line 101 of file wallet_light_rpc.h.
| uint64_t tools::COMMAND_RPC_GET_ADDRESS_TXS::response_t::blockchain_height |
Definition at line 108 of file wallet_light_rpc.h.
| uint64_t tools::COMMAND_RPC_GET_ADDRESS_TXS::response_t::scanned_block_height |
Definition at line 109 of file wallet_light_rpc.h.
| uint64_t tools::COMMAND_RPC_GET_ADDRESS_TXS::response_t::scanned_height |
Definition at line 106 of file wallet_light_rpc.h.
| std::string tools::COMMAND_RPC_GET_ADDRESS_TXS::response_t::status |
Definition at line 110 of file wallet_light_rpc.h.
| uint64_t tools::COMMAND_RPC_GET_ADDRESS_TXS::response_t::total_received |
Definition at line 104 of file wallet_light_rpc.h.
| uint64_t tools::COMMAND_RPC_GET_ADDRESS_TXS::response_t::total_received_unlocked = 0 |
Definition at line 105 of file wallet_light_rpc.h.
| std::vector<transaction> tools::COMMAND_RPC_GET_ADDRESS_TXS::response_t::transactions |
Definition at line 107 of file wallet_light_rpc.h.