|
xrpld
|
Invariants: Loans are internally consistent. More...
#include <LoanInvariant.h>

Public Member Functions | |
| void | visitEntry (bool, SLE::const_ref, SLE::const_ref) |
| bool | finalize (STTx const &, TER const, XRPAmount const, ReadView const &, beast::Journal const &) |
Private Attributes | |
| std::vector< std::pair< SLE::const_pointer, SLE::const_pointer > > | loans_ |
Invariants: Loans are internally consistent.
Definition at line 18 of file LoanInvariant.h.
| void xrpl::ValidLoan::visitEntry | ( | bool | isDelete, |
| SLE::const_ref | before, | ||
| SLE::const_ref | after ) |
Definition at line 18 of file LoanInvariant.cpp.
| bool xrpl::ValidLoan::finalize | ( | STTx const & | tx, |
| TER const | , | ||
| XRPAmount const | , | ||
| ReadView const & | view, | ||
| beast::Journal const & | j ) |
Definition at line 27 of file LoanInvariant.cpp.
|
private |
Definition at line 22 of file LoanInvariant.h.