|
Monero
|
#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 |
| uint64_t | time_to_unlock |
| uint64_t tools::wallet_rpc::COMMAND_RPC_GET_BALANCE::response_t::balance |
| uint64_t tools::wallet_rpc::COMMAND_RPC_GET_BALANCE::response_t::blocks_to_unlock |
| bool tools::wallet_rpc::COMMAND_RPC_GET_BALANCE::response_t::multisig_import_needed |
| std::vector<per_subaddress_info> tools::wallet_rpc::COMMAND_RPC_GET_BALANCE::response_t::per_subaddress |
| uint64_t tools::wallet_rpc::COMMAND_RPC_GET_BALANCE::response_t::time_to_unlock |
| uint64_t tools::wallet_rpc::COMMAND_RPC_GET_BALANCE::response_t::unlocked_balance |