Electroneum
tools::wallet_rpc::COMMAND_RPC_GET_ACCOUNTS::response_t Struct Reference

#include <wallet_rpc_server_commands_defs.h>

Collaboration diagram for tools::wallet_rpc::COMMAND_RPC_GET_ACCOUNTS::response_t:

Public Attributes

uint64_t total_balance
 
uint64_t total_unlocked_balance
 
std::vector< subaddress_account_infosubaddress_accounts
 
uint64_t account_major_offset
 

Detailed Description

Definition at line 262 of file wallet_rpc_server_commands_defs.h.

Member Data Documentation

◆ account_major_offset

uint64_t tools::wallet_rpc::COMMAND_RPC_GET_ACCOUNTS::response_t::account_major_offset

Definition at line 267 of file wallet_rpc_server_commands_defs.h.

◆ subaddress_accounts

std::vector<subaddress_account_info> tools::wallet_rpc::COMMAND_RPC_GET_ACCOUNTS::response_t::subaddress_accounts

Definition at line 266 of file wallet_rpc_server_commands_defs.h.

◆ total_balance

uint64_t tools::wallet_rpc::COMMAND_RPC_GET_ACCOUNTS::response_t::total_balance

Definition at line 264 of file wallet_rpc_server_commands_defs.h.

◆ total_unlocked_balance

uint64_t tools::wallet_rpc::COMMAND_RPC_GET_ACCOUNTS::response_t::total_unlocked_balance

Definition at line 265 of file wallet_rpc_server_commands_defs.h.


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