|
xrpld
|
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, SLE::const_ref, SLE::const_ref) |
| bool | finalize (STTx const &, TER const, XRPAmount const, ReadView const &, beast::Journal const &) const |
Private Attributes | |
| bool | bad_ = false |
Invariant: an escrow entry must take a value between 0 and INITIAL_XRP drops exclusive.
Definition at line 280 of file InvariantCheck.h.
| void xrpl::NoZeroEscrow::visitEntry | ( | bool | isDelete, |
| SLE::const_ref | before, | ||
| SLE::const_ref | after ) |
Definition at line 277 of file InvariantCheck.cpp.
|
nodiscard |
Definition at line 362 of file InvariantCheck.cpp.
|
private |
Definition at line 282 of file InvariantCheck.h.