BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Attributes | List of all members
graphene::app::full_account Struct Reference

#include <api_objects.hpp>

Public Attributes

account_object account
 
account_statistics_object statistics
 
string registrar_name
 
string referrer_name
 
string lifetime_referrer_name
 
vector< variantvotes
 
optional< vesting_balance_objectcashback_balance
 
vector< account_balance_objectbalances
 
vector< vesting_balance_objectvesting_balances
 
vector< limit_order_objectlimit_orders
 
vector< call_order_objectcall_orders
 
vector< force_settlement_objectsettle_orders
 
vector< proposal_objectproposals
 
vector< asset_id_type > assets
 
vector< withdraw_permission_objectwithdraws_from
 
vector< withdraw_permission_objectwithdraws_to
 
vector< htlc_objecthtlcs_from
 
vector< htlc_objecthtlcs_to
 
more_data more_data_available
 

Detailed Description

Definition at line 59 of file api_objects.hpp.

Member Data Documentation

◆ account

account_object graphene::app::full_account::account

Definition at line 61 of file api_objects.hpp.

◆ assets

vector<asset_id_type> graphene::app::full_account::assets

Definition at line 74 of file api_objects.hpp.

◆ balances

vector<account_balance_object> graphene::app::full_account::balances

Definition at line 68 of file api_objects.hpp.

◆ call_orders

vector<call_order_object> graphene::app::full_account::call_orders

Definition at line 71 of file api_objects.hpp.

◆ cashback_balance

optional<vesting_balance_object> graphene::app::full_account::cashback_balance

Definition at line 67 of file api_objects.hpp.

◆ htlcs_from

vector<htlc_object> graphene::app::full_account::htlcs_from

Definition at line 77 of file api_objects.hpp.

◆ htlcs_to

vector<htlc_object> graphene::app::full_account::htlcs_to

Definition at line 78 of file api_objects.hpp.

◆ lifetime_referrer_name

string graphene::app::full_account::lifetime_referrer_name

Definition at line 65 of file api_objects.hpp.

◆ limit_orders

vector<limit_order_object> graphene::app::full_account::limit_orders

Definition at line 70 of file api_objects.hpp.

◆ more_data_available

more_data graphene::app::full_account::more_data_available

Definition at line 79 of file api_objects.hpp.

◆ proposals

vector<proposal_object> graphene::app::full_account::proposals

Definition at line 73 of file api_objects.hpp.

◆ referrer_name

string graphene::app::full_account::referrer_name

Definition at line 64 of file api_objects.hpp.

◆ registrar_name

string graphene::app::full_account::registrar_name

Definition at line 63 of file api_objects.hpp.

◆ settle_orders

vector<force_settlement_object> graphene::app::full_account::settle_orders

Definition at line 72 of file api_objects.hpp.

◆ statistics

account_statistics_object graphene::app::full_account::statistics

Definition at line 62 of file api_objects.hpp.

◆ vesting_balances

vector<vesting_balance_object> graphene::app::full_account::vesting_balances

Definition at line 69 of file api_objects.hpp.

◆ votes

vector<variant> graphene::app::full_account::votes

Definition at line 66 of file api_objects.hpp.

◆ withdraws_from

vector<withdraw_permission_object> graphene::app::full_account::withdraws_from

Definition at line 75 of file api_objects.hpp.

◆ withdraws_to

vector<withdraw_permission_object> graphene::app::full_account::withdraws_to

Definition at line 76 of file api_objects.hpp.


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