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

#include <api_objects.hpp>

Public Attributes

bool balances = false
 
bool vesting_balances = false
 
bool limit_orders = false
 
bool call_orders = false
 
bool settle_orders = false
 
bool proposals = false
 
bool assets = false
 
bool withdraws_from = false
 
bool withdraws_to = false
 
bool htlcs_from = false
 
bool htlcs_to = false
 

Detailed Description

Definition at line 44 of file api_objects.hpp.

Member Data Documentation

◆ assets

bool graphene::app::more_data::assets = false

Definition at line 52 of file api_objects.hpp.

◆ balances

bool graphene::app::more_data::balances = false

Definition at line 46 of file api_objects.hpp.

◆ call_orders

bool graphene::app::more_data::call_orders = false

Definition at line 49 of file api_objects.hpp.

◆ htlcs_from

bool graphene::app::more_data::htlcs_from = false

Definition at line 55 of file api_objects.hpp.

◆ htlcs_to

bool graphene::app::more_data::htlcs_to = false

Definition at line 56 of file api_objects.hpp.

◆ limit_orders

bool graphene::app::more_data::limit_orders = false

Definition at line 48 of file api_objects.hpp.

◆ proposals

bool graphene::app::more_data::proposals = false

Definition at line 51 of file api_objects.hpp.

◆ settle_orders

bool graphene::app::more_data::settle_orders = false

Definition at line 50 of file api_objects.hpp.

◆ vesting_balances

bool graphene::app::more_data::vesting_balances = false

Definition at line 47 of file api_objects.hpp.

◆ withdraws_from

bool graphene::app::more_data::withdraws_from = false

Definition at line 53 of file api_objects.hpp.

◆ withdraws_to

bool graphene::app::more_data::withdraws_to = false

Definition at line 54 of file api_objects.hpp.


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