|
BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
A credit deal summary describes the summary of a borrower's borrowing of funds from a credit offer. More...
#include <credit_offer_object.hpp>
Public Attributes | |
| account_id_type | borrower |
| Borrower. More... | |
| credit_offer_id_type | offer_id |
| ID of the credit offer. More... | |
| account_id_type | offer_owner |
| Owner of the credit offer, redundant info for ease of querying. More... | |
| asset_id_type | debt_asset |
| Asset type of the debt, redundant info for ease of querying. More... | |
| share_type | total_debt_amount |
| How much funds borrowed. More... | |
Public Attributes inherited from graphene::db::object | |
| object_id_type | id |
Additional Inherited Members | |
Public Member Functions inherited from graphene::db::abstract_object< credit_deal_summary_object, implementation_ids, impl_credit_deal_summary_object_type > | |
| abstract_object () | |
| object_id< SpaceID, TypeID > | get_id () const |
Public Member Functions inherited from graphene::db::base_abstract_object< credit_deal_summary_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 |
Static Public Attributes inherited from graphene::db::abstract_object< credit_deal_summary_object, implementation_ids, impl_credit_deal_summary_object_type > | |
| static constexpr uint8_t | space_id |
| static constexpr uint8_t | type_id |
A credit deal summary describes the summary of a borrower's borrowing of funds from a credit offer.
Definition at line 184 of file credit_offer_object.hpp.
| account_id_type graphene::chain::credit_deal_summary_object::borrower |
Borrower.
Definition at line 188 of file credit_offer_object.hpp.
| asset_id_type graphene::chain::credit_deal_summary_object::debt_asset |
Asset type of the debt, redundant info for ease of querying.
Definition at line 191 of file credit_offer_object.hpp.
| credit_offer_id_type graphene::chain::credit_deal_summary_object::offer_id |
ID of the credit offer.
Definition at line 189 of file credit_offer_object.hpp.
| account_id_type graphene::chain::credit_deal_summary_object::offer_owner |
Owner of the credit offer, redundant info for ease of querying.
Definition at line 190 of file credit_offer_object.hpp.
| share_type graphene::chain::credit_deal_summary_object::total_debt_amount |
How much funds borrowed.
Definition at line 192 of file credit_offer_object.hpp.
1.8.17