|
Electroneum
|
#include <wallet_rpc_server_commands_defs.h>

Public Attributes | |
| uint32_t | account_index |
| std::string | base_address |
| uint64_t | balance |
| uint64_t | unlocked_balance |
| std::string | label |
| std::string | tag |
Definition at line 243 of file wallet_rpc_server_commands_defs.h.
| uint32_t tools::wallet_rpc::COMMAND_RPC_GET_ACCOUNTS::subaddress_account_info::account_index |
Definition at line 245 of file wallet_rpc_server_commands_defs.h.
| uint64_t tools::wallet_rpc::COMMAND_RPC_GET_ACCOUNTS::subaddress_account_info::balance |
Definition at line 247 of file wallet_rpc_server_commands_defs.h.
| std::string tools::wallet_rpc::COMMAND_RPC_GET_ACCOUNTS::subaddress_account_info::base_address |
Definition at line 246 of file wallet_rpc_server_commands_defs.h.
| std::string tools::wallet_rpc::COMMAND_RPC_GET_ACCOUNTS::subaddress_account_info::label |
Definition at line 249 of file wallet_rpc_server_commands_defs.h.
| std::string tools::wallet_rpc::COMMAND_RPC_GET_ACCOUNTS::subaddress_account_info::tag |
Definition at line 250 of file wallet_rpc_server_commands_defs.h.
| uint64_t tools::wallet_rpc::COMMAND_RPC_GET_ACCOUNTS::subaddress_account_info::unlocked_balance |
Definition at line 248 of file wallet_rpc_server_commands_defs.h.