rippled
|
Invariant: corresponding modified ledger entries should match in type and added entries should be a valid type. More...
Public Member Functions | |
void | visitEntry (bool, std::shared_ptr< SLE const > const &, std::shared_ptr< SLE const > const &) |
bool | finalize (STTx const &, TER const, XRPAmount const, ReadView const &, beast::Journal const &) |
Private Attributes | |
bool | typeMismatch_ = false |
bool | invalidTypeAdded_ = false |
Invariant: corresponding modified ledger entries should match in type and added entries should be a valid type.
Definition at line 197 of file InvariantCheck.h.
void ripple::LedgerEntryTypesMatch::visitEntry | ( | bool | , |
std::shared_ptr< SLE const > const & | before, | ||
std::shared_ptr< SLE const > const & | after | ||
) |
Definition at line 347 of file InvariantCheck.cpp.
bool ripple::LedgerEntryTypesMatch::finalize | ( | STTx const & | , |
TER const | , | ||
XRPAmount const | , | ||
ReadView const & | , | ||
beast::Journal const & | j | ||
) |
Definition at line 384 of file InvariantCheck.cpp.
|
private |
Definition at line 199 of file InvariantCheck.h.
|
private |
Definition at line 200 of file InvariantCheck.h.