| 
    rippled
    
   | 
 
Invariant: an escrow entry must take a value between 0 and INITIAL_XRP drops exclusive. 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 | bad_ = false | 
Invariant: an escrow entry must take a value between 0 and INITIAL_XRP drops exclusive.
Definition at line 415 of file InvariantCheck.h.
| void ripple::NoZeroEscrow::visitEntry | ( | bool | isDelete, | 
| std::shared_ptr< SLE const > const & | before, | ||
| std::shared_ptr< SLE const > const & | after | ||
| ) | 
Definition at line 353 of file InvariantCheck.cpp.
| bool ripple::NoZeroEscrow::finalize | ( | STTx const & | txn, | 
| TER const | , | ||
| XRPAmount const | , | ||
| ReadView const & | rv, | ||
| beast::Journal const & | j | ||
| ) | 
Definition at line 427 of file InvariantCheck.cpp.
      
  | 
  private | 
Definition at line 417 of file InvariantCheck.h.