|
xrpld
|
Invariants: Loan brokers are internally consistent. More...
#include <LoanBrokerInvariant.h>

Classes | |
| struct | BrokerInfo |
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 &) |
Static Private Member Functions | |
| static bool | goodZeroDirectory (ReadView const &view, SLE::const_ref dir, beast::Journal const &j) |
Private Attributes | |
| std::map< uint256, BrokerInfo > | brokers_ |
| std::vector< SLE::const_pointer > | lines_ |
| std::vector< SLE::const_pointer > | mpts_ |
Invariants: Loan brokers are internally consistent.
Definition at line 22 of file LoanBrokerInvariant.h.
|
staticprivate |
Definition at line 49 of file LoanBrokerInvariant.cpp.
| void xrpl::ValidLoanBroker::visitEntry | ( | bool | isDelete, |
| SLE::const_ref | before, | ||
| SLE::const_ref | after ) |
Definition at line 21 of file LoanBrokerInvariant.cpp.
| bool xrpl::ValidLoanBroker::finalize | ( | STTx const & | tx, |
| TER const | , | ||
| XRPAmount const | , | ||
| ReadView const & | view, | ||
| beast::Journal const & | j ) |
Definition at line 90 of file LoanBrokerInvariant.cpp.
|
private |
Definition at line 36 of file LoanBrokerInvariant.h.
|
private |
Definition at line 39 of file LoanBrokerInvariant.h.
|
private |
Definition at line 42 of file LoanBrokerInvariant.h.