Electroneum
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:

Public Attributes

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

Detailed Description

Definition at line 99 of file wallet_rpc_server_commands_defs.h.

Member Data Documentation

◆ balance

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

Definition at line 101 of file wallet_rpc_server_commands_defs.h.

◆ blocks_to_unlock

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.

◆ multisig_import_needed

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.

◆ per_subaddress

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.

◆ unlocked_balance

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.


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