|
Electroneum
|
#include <wallet_rpc_server_commands_defs.h>

Public Attributes | |
| uint32_t | account_index |
| uint32_t | address_index |
| std::string | address |
| uint64_t | balance |
| uint64_t | unlocked_balance |
| std::string | label |
| uint64_t | num_unspent_outputs |
| uint64_t | blocks_to_unlock |
Definition at line 76 of file wallet_rpc_server_commands_defs.h.
| uint32_t tools::wallet_rpc::COMMAND_RPC_GET_BALANCE::per_subaddress_info::account_index |
Definition at line 78 of file wallet_rpc_server_commands_defs.h.
| std::string tools::wallet_rpc::COMMAND_RPC_GET_BALANCE::per_subaddress_info::address |
Definition at line 80 of file wallet_rpc_server_commands_defs.h.
| uint32_t tools::wallet_rpc::COMMAND_RPC_GET_BALANCE::per_subaddress_info::address_index |
Definition at line 79 of file wallet_rpc_server_commands_defs.h.
| uint64_t tools::wallet_rpc::COMMAND_RPC_GET_BALANCE::per_subaddress_info::balance |
Definition at line 81 of file wallet_rpc_server_commands_defs.h.
| uint64_t tools::wallet_rpc::COMMAND_RPC_GET_BALANCE::per_subaddress_info::blocks_to_unlock |
Definition at line 85 of file wallet_rpc_server_commands_defs.h.
| std::string tools::wallet_rpc::COMMAND_RPC_GET_BALANCE::per_subaddress_info::label |
Definition at line 83 of file wallet_rpc_server_commands_defs.h.
| uint64_t tools::wallet_rpc::COMMAND_RPC_GET_BALANCE::per_subaddress_info::num_unspent_outputs |
Definition at line 84 of file wallet_rpc_server_commands_defs.h.
| uint64_t tools::wallet_rpc::COMMAND_RPC_GET_BALANCE::per_subaddress_info::unlocked_balance |
Definition at line 82 of file wallet_rpc_server_commands_defs.h.