|
rippled
|
#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 | regularOffers_ = false |
| bool | badHybrids_ = false |
| hash_set< uint256 > | domains_ |
Definition at line 633 of file InvariantCheck.h.
| void ripple::ValidPermissionedDEX::visitEntry | ( | bool | , |
| std::shared_ptr< SLE const > const & | before, | ||
| std::shared_ptr< SLE const > const & | after | ||
| ) |
Definition at line 1773 of file InvariantCheck.cpp.
| bool ripple::ValidPermissionedDEX::finalize | ( | STTx const & | tx, |
| TER const | result, | ||
| XRPAmount const | , | ||
| ReadView const & | view, | ||
| beast::Journal const & | j | ||
| ) |
Definition at line 1802 of file InvariantCheck.cpp.
|
private |
Definition at line 635 of file InvariantCheck.h.
|
private |
Definition at line 636 of file InvariantCheck.h.
Definition at line 637 of file InvariantCheck.h.