|
Electroneum
|
#include <wallet_rpc_server_commands_defs.h>

Public Attributes | |
| uint64_t | total_balance |
| uint64_t | total_unlocked_balance |
| std::vector< subaddress_account_info > | subaddress_accounts |
| uint64_t | account_major_offset |
Definition at line 262 of file wallet_rpc_server_commands_defs.h.
| uint64_t tools::wallet_rpc::COMMAND_RPC_GET_ACCOUNTS::response_t::account_major_offset |
Definition at line 267 of file wallet_rpc_server_commands_defs.h.
| std::vector<subaddress_account_info> tools::wallet_rpc::COMMAND_RPC_GET_ACCOUNTS::response_t::subaddress_accounts |
Definition at line 266 of file wallet_rpc_server_commands_defs.h.
| uint64_t tools::wallet_rpc::COMMAND_RPC_GET_ACCOUNTS::response_t::total_balance |
Definition at line 264 of file wallet_rpc_server_commands_defs.h.
| uint64_t tools::wallet_rpc::COMMAND_RPC_GET_ACCOUNTS::response_t::total_unlocked_balance |
Definition at line 265 of file wallet_rpc_server_commands_defs.h.