BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Classes | Namespaces | Enumerations
credit_offer.hpp File Reference
#include <graphene/protocol/base.hpp>
#include <graphene/protocol/asset.hpp>

Go to the source code of this file.

Classes

struct  graphene::protocol::credit_offer_create_operation
 Create a new credit offer. More...
 
struct  graphene::protocol::credit_offer_create_operation::fee_params_t
 
struct  graphene::protocol::credit_offer_delete_operation
 Delete a credit offer. More...
 
struct  graphene::protocol::credit_offer_delete_operation::fee_params_t
 
struct  graphene::protocol::credit_offer_update_operation
 Update a credit offer. More...
 
struct  graphene::protocol::credit_offer_update_operation::fee_params_t
 
struct  graphene::protocol::credit_offer_accept_operation
 Accept a credit offer, thereby creating a credit deal. More...
 
struct  graphene::protocol::credit_offer_accept_operation::ext
 
struct  graphene::protocol::credit_offer_accept_operation::fee_params_t
 
struct  graphene::protocol::credit_deal_repay_operation
 Repay a credit deal. More...
 
struct  graphene::protocol::credit_deal_repay_operation::fee_params_t
 
struct  graphene::protocol::credit_deal_expired_operation
 A credit deal expired without being fully repaid. More...
 
struct  graphene::protocol::credit_deal_expired_operation::fee_params_t
 
struct  graphene::protocol::credit_deal_update_operation
 Update a credit deal. More...
 
struct  graphene::protocol::credit_deal_update_operation::fee_params_t
 

Namespaces

 graphene
 
 graphene::protocol
 

Enumerations

enum  graphene::protocol::credit_deal_auto_repayment_type { graphene::protocol::credit_deal_auto_repayment_type::no_auto_repayment = 0, graphene::protocol::credit_deal_auto_repayment_type::only_full_repayment = 1, graphene::protocol::credit_deal_auto_repayment_type::allow_partial_repayment = 2, graphene::protocol::credit_deal_auto_repayment_type::CDAR_TYPE_COUNT = 3 }
 Defines automatic repayment types. More...