Electroneum
Public Attributes | List of all members
tools::wallet_rpc::COMMAND_RPC_GET_BALANCE::response_t Struct Reference

#include <wallet_rpc_server_commands_defs.h>

Collaboration diagram for tools::wallet_rpc::COMMAND_RPC_GET_BALANCE::response_t:
Collaboration graph
[legend]

Public Attributes

uint64_t balance
 
uint64_t unlocked_balance
 
bool multisig_import_needed
 
std::vector< per_subaddress_infoper_subaddress
 
uint64_t blocks_to_unlock
 

Member Data Documentation

◆ balance

uint64_t tools::wallet_rpc::COMMAND_RPC_GET_BALANCE::response_t::balance

◆ blocks_to_unlock

uint64_t tools::wallet_rpc::COMMAND_RPC_GET_BALANCE::response_t::blocks_to_unlock

◆ multisig_import_needed

bool tools::wallet_rpc::COMMAND_RPC_GET_BALANCE::response_t::multisig_import_needed

◆ per_subaddress

std::vector<per_subaddress_info> tools::wallet_rpc::COMMAND_RPC_GET_BALANCE::response_t::per_subaddress

◆ unlocked_balance

uint64_t tools::wallet_rpc::COMMAND_RPC_GET_BALANCE::response_t::unlocked_balance

The documentation for this struct was generated from the following file: