29 namespace graphene {
namespace chain {
31 class credit_offer_object;
A credit offer is a fund that can be used by other accounts who provide certain collateral.
A credit deal describes the details of a borrower's borrowing of funds from a credit offer...
A credit deal summary describes the summary of a borrower's borrowing of funds from a credit offer...
Accept a creadit offer and create a credit deal.
void_result do_evaluate(const credit_offer_create_operation &op) const
object_id_type do_apply(const credit_offer_create_operation &op) const
Create a new credit offerA credit offer is a fund that can be used by other accounts who provide cert...