28 namespace graphene {
namespace chain {
32 class asset_bitasset_data_object;
33 class call_order_object;
34 class limit_order_object;
35 class collateral_bid_object;
52 virtual void pay_fee()
override;
56 asset _deferred_paid_fee;
83 bool _closing_order =
false;
contains properties that only apply to bitassets (market issued assets)
This class represents an account on the object graphAccounts are the primary unit of authority on the...
tracks debt and call price information
void_result do_evaluate(const limit_order_create_operation &o)
virtual void pay_fee() override
instructs the blockchain to attempt to sell one asset for anotherThe blockchain will atempt to sell a...
tracks the asset information that changes frequentlyBecause the asset_object is very large it doesn't...
bids of collateral for debt after a black swan
tracks the parameters of an assetAll assets have a globally unique symbol name that controls how they...
virtual void convert_fee() override
object_id_type do_apply(const limit_order_create_operation &o) const
an offer to sell an amount of an asset at a specified exchange rate by a certain timeThe objects are ...