BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
tracks bitassets scheduled for force settlement at some point in the future. More...
#include <market_object.hpp>
Public Member Functions | |
asset_id_type | settlement_asset_id () const |
Public Member Functions inherited from graphene::db::abstract_object< force_settlement_object, protocol_ids, force_settlement_object_type > | |
abstract_object () | |
object_id< SpaceID, TypeID > | get_id () const |
Public Member Functions inherited from graphene::db::base_abstract_object< force_settlement_object > | |
std::unique_ptr< object > | clone () const override |
void | move_from (object &obj) override |
fc::variant | to_variant () const override |
std::vector< char > | pack () const override |
object ()=default | |
object (uint8_t space_id, uint8_t type_id) | |
Public Member Functions inherited from graphene::db::object | |
object ()=default | |
object (uint8_t space_id, uint8_t type_id) | |
virtual | ~object ()=default |
virtual std::unique_ptr< object > | clone () const =0 |
virtual fc::variant | to_variant () const =0 |
virtual std::vector< char > | pack () const =0 |
Public Attributes | |
account_id_type | owner |
asset | balance |
time_point_sec | settlement_date |
Public Attributes inherited from graphene::db::object | |
object_id_type | id |
Additional Inherited Members | |
Static Public Attributes inherited from graphene::db::abstract_object< force_settlement_object, protocol_ids, force_settlement_object_type > | |
static constexpr uint8_t | space_id |
static constexpr uint8_t | type_id |
tracks bitassets scheduled for force settlement at some point in the future.
On the settlement_date the balance will be converted to the collateral asset and paid to owner and then this object will be deleted.
Definition at line 187 of file market_object.hpp.
|
inline |
Definition at line 195 of file market_object.hpp.
asset graphene::chain::force_settlement_object::balance |
Definition at line 192 of file market_object.hpp.
account_id_type graphene::chain::force_settlement_object::owner |
Definition at line 191 of file market_object.hpp.
time_point_sec graphene::chain::force_settlement_object::settlement_date |
Definition at line 193 of file market_object.hpp.