BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <api_objects.hpp>
Public Attributes | |
account_object | account |
account_statistics_object | statistics |
string | registrar_name |
string | referrer_name |
string | lifetime_referrer_name |
vector< variant > | votes |
optional< vesting_balance_object > | cashback_balance |
vector< account_balance_object > | balances |
vector< vesting_balance_object > | vesting_balances |
vector< limit_order_object > | limit_orders |
vector< call_order_object > | call_orders |
vector< force_settlement_object > | settle_orders |
vector< proposal_object > | proposals |
vector< asset_id_type > | assets |
vector< withdraw_permission_object > | withdraws_from |
vector< withdraw_permission_object > | withdraws_to |
vector< htlc_object > | htlcs_from |
vector< htlc_object > | htlcs_to |
more_data | more_data_available |
Definition at line 59 of file api_objects.hpp.
account_object graphene::app::full_account::account |
Definition at line 61 of file api_objects.hpp.
vector<asset_id_type> graphene::app::full_account::assets |
Definition at line 74 of file api_objects.hpp.
vector<account_balance_object> graphene::app::full_account::balances |
Definition at line 68 of file api_objects.hpp.
vector<call_order_object> graphene::app::full_account::call_orders |
Definition at line 71 of file api_objects.hpp.
optional<vesting_balance_object> graphene::app::full_account::cashback_balance |
Definition at line 67 of file api_objects.hpp.
vector<htlc_object> graphene::app::full_account::htlcs_from |
Definition at line 77 of file api_objects.hpp.
vector<htlc_object> graphene::app::full_account::htlcs_to |
Definition at line 78 of file api_objects.hpp.
string graphene::app::full_account::lifetime_referrer_name |
Definition at line 65 of file api_objects.hpp.
vector<limit_order_object> graphene::app::full_account::limit_orders |
Definition at line 70 of file api_objects.hpp.
more_data graphene::app::full_account::more_data_available |
Definition at line 79 of file api_objects.hpp.
vector<proposal_object> graphene::app::full_account::proposals |
Definition at line 73 of file api_objects.hpp.
string graphene::app::full_account::referrer_name |
Definition at line 64 of file api_objects.hpp.
string graphene::app::full_account::registrar_name |
Definition at line 63 of file api_objects.hpp.
vector<force_settlement_object> graphene::app::full_account::settle_orders |
Definition at line 72 of file api_objects.hpp.
account_statistics_object graphene::app::full_account::statistics |
Definition at line 62 of file api_objects.hpp.
vector<vesting_balance_object> graphene::app::full_account::vesting_balances |
Definition at line 69 of file api_objects.hpp.
vector<variant> graphene::app::full_account::votes |
Definition at line 66 of file api_objects.hpp.
vector<withdraw_permission_object> graphene::app::full_account::withdraws_from |
Definition at line 75 of file api_objects.hpp.
vector<withdraw_permission_object> graphene::app::full_account::withdraws_to |
Definition at line 76 of file api_objects.hpp.