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

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
 

Detailed Description

Definition at line 76 of file wallet_rpc_server_commands_defs.h.

Member Data Documentation

◆ account_index

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

Definition at line 78 of file wallet_rpc_server_commands_defs.h.

◆ address

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

Definition at line 80 of file wallet_rpc_server_commands_defs.h.

◆ address_index

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

Definition at line 79 of file wallet_rpc_server_commands_defs.h.

◆ balance

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

Definition at line 81 of file wallet_rpc_server_commands_defs.h.

◆ blocks_to_unlock

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

Definition at line 85 of file wallet_rpc_server_commands_defs.h.

◆ label

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

Definition at line 83 of file wallet_rpc_server_commands_defs.h.

◆ num_unspent_outputs

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

Definition at line 84 of file wallet_rpc_server_commands_defs.h.

◆ unlocked_balance

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

Definition at line 82 of file wallet_rpc_server_commands_defs.h.


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