|
Electroneum
|
#include <wallet_rpc_server_commands_defs.h>

Public Attributes | |
| uint64_t | balance |
| uint64_t | unlocked_balance |
| bool | multisig_import_needed |
| std::vector< per_subaddress_info > | per_subaddress |
| uint64_t | blocks_to_unlock |
Definition at line 99 of file wallet_rpc_server_commands_defs.h.
| uint64_t tools::wallet_rpc::COMMAND_RPC_GET_BALANCE::response_t::balance |
Definition at line 101 of file wallet_rpc_server_commands_defs.h.
| uint64_t tools::wallet_rpc::COMMAND_RPC_GET_BALANCE::response_t::blocks_to_unlock |
Definition at line 105 of file wallet_rpc_server_commands_defs.h.
| bool tools::wallet_rpc::COMMAND_RPC_GET_BALANCE::response_t::multisig_import_needed |
Definition at line 103 of file wallet_rpc_server_commands_defs.h.
| std::vector<per_subaddress_info> tools::wallet_rpc::COMMAND_RPC_GET_BALANCE::response_t::per_subaddress |
Definition at line 104 of file wallet_rpc_server_commands_defs.h.
| uint64_t tools::wallet_rpc::COMMAND_RPC_GET_BALANCE::response_t::unlocked_balance |
Definition at line 102 of file wallet_rpc_server_commands_defs.h.