| 
    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 229 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 595 of file InvariantCheck.cpp.
| bool ripple::LedgerEntryTypesMatch::finalize | ( | STTx const & | , | 
| TER const | , | ||
| XRPAmount const | , | ||
| ReadView const & | , | ||
| beast::Journal const & | j | ||
| ) | 
Definition at line 626 of file InvariantCheck.cpp.
      
  | 
  private | 
Definition at line 231 of file InvariantCheck.h.
      
  | 
  private | 
Definition at line 232 of file InvariantCheck.h.