BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Attributes | List of all members
graphene::chain::credit_deal_summary_object Class Reference

A credit deal summary describes the summary of a borrower's borrowing of funds from a credit offer. More...

#include <credit_offer_object.hpp>

Inheritance diagram for graphene::chain::credit_deal_summary_object:
graphene::db::abstract_object< credit_deal_summary_object, implementation_ids, impl_credit_deal_summary_object_type > graphene::db::base_abstract_object< credit_deal_summary_object > graphene::db::object

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< objectclone () 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< objectclone () 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
 

Detailed Description

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.

Member Data Documentation

◆ borrower

account_id_type graphene::chain::credit_deal_summary_object::borrower

Borrower.

Definition at line 188 of file credit_offer_object.hpp.

◆ debt_asset

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.

◆ offer_id

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.

◆ offer_owner

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.

◆ total_debt_amount

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.


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