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

#include <wallet_rpc_server_commands_defs.h>

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

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
 

Member Data Documentation

◆ account_index

uint32_t tools::wallet_rpc::COMMAND_RPC_GET_BALANCE::per_subaddress_info::account_index

◆ address

std::string tools::wallet_rpc::COMMAND_RPC_GET_BALANCE::per_subaddress_info::address

◆ address_index

uint32_t tools::wallet_rpc::COMMAND_RPC_GET_BALANCE::per_subaddress_info::address_index

◆ balance

uint64_t tools::wallet_rpc::COMMAND_RPC_GET_BALANCE::per_subaddress_info::balance

◆ blocks_to_unlock

uint64_t tools::wallet_rpc::COMMAND_RPC_GET_BALANCE::per_subaddress_info::blocks_to_unlock

◆ label

std::string tools::wallet_rpc::COMMAND_RPC_GET_BALANCE::per_subaddress_info::label

◆ num_unspent_outputs

uint64_t tools::wallet_rpc::COMMAND_RPC_GET_BALANCE::per_subaddress_info::num_unspent_outputs

◆ unlocked_balance

uint64_t tools::wallet_rpc::COMMAND_RPC_GET_BALANCE::per_subaddress_info::unlocked_balance

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