|
rippled
|
Invariant: corresponding modified ledger entries should match in type and added entries should be a valid type. More...
#include <InvariantCheck.h>
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 227 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 584 of file InvariantCheck.cpp.
| bool ripple::LedgerEntryTypesMatch::finalize | ( | STTx const & | , |
| TER const | , | ||
| XRPAmount const | , | ||
| ReadView const & | , | ||
| beast::Journal const & | j | ||
| ) |
Definition at line 615 of file InvariantCheck.cpp.
|
private |
Definition at line 229 of file InvariantCheck.h.
|
private |
Definition at line 230 of file InvariantCheck.h.