BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
Go to the documentation of this file.
29 namespace graphene {
namespace chain {
31 class samet_fund_object;
object_id_type do_apply(const samet_fund_create_operation &op) const
void_result do_evaluate(const samet_fund_update_operation &op)
const samet_fund_object * _fund
Delete a SameT Fund object.
const samet_fund_object * _fund
A SameT Fund is a fund which can be used by a borrower and have to be repaid in the same transaction.
void_result do_evaluate(const samet_fund_delete_operation &op)
extendable_operation_result do_apply(const samet_fund_borrow_operation &op) const
extendable_operation_result do_apply(const samet_fund_repay_operation &op) const
Borrow from a SameT Fund.
Create a new SameT Fund object.
Update a SameT Fund object.
asset do_apply(const samet_fund_delete_operation &op) const
void_result do_apply(const samet_fund_update_operation &op) const
void_result do_evaluate(const samet_fund_repay_operation &op)
const samet_fund_object * _fund
const samet_fund_object * _fund
void_result do_evaluate(const samet_fund_borrow_operation &op)
void_result do_evaluate(const samet_fund_create_operation &op) const