rippled
|
Invariant: an escrow entry must take a value between 0 and INITIAL_XRP drops exclusive. 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 | bad_ = false |
Invariant: an escrow entry must take a value between 0 and INITIAL_XRP drops exclusive.
Definition at line 275 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 261 of file InvariantCheck.cpp.
bool ripple::NoZeroEscrow::finalize | ( | STTx const & | , |
TER const | , | ||
XRPAmount const | , | ||
ReadView const & | , | ||
beast::Journal const & | j | ||
) |
Definition at line 287 of file InvariantCheck.cpp.
|
private |
Definition at line 277 of file InvariantCheck.h.