|
rippled
|
#include <InvariantCheck.h>

Classes | |
| struct | Shares |
| struct | Vault |
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 | |
| std::vector< Vault > | afterVault_ = {} |
| std::vector< Shares > | afterMPTs_ = {} |
| std::vector< Vault > | beforeVault_ = {} |
| std::vector< Shares > | beforeMPTs_ = {} |
| std::unordered_map< uint256, Number > | deltas_ = {} |
Static Private Attributes | |
| static Number constexpr | zero {} |
Definition at line 639 of file InvariantCheck.h.
| void xrpl::ValidVault::visitEntry | ( | bool | isDelete, |
| std::shared_ptr< SLE const > const & | before, | ||
| std::shared_ptr< SLE const > const & | after | ||
| ) |
Definition at line 2457 of file InvariantCheck.cpp.
| bool xrpl::ValidVault::finalize | ( | STTx const & | tx, |
| TER const | ret, | ||
| XRPAmount const | fee, | ||
| ReadView const & | view, | ||
| beast::Journal const & | j | ||
| ) |
Definition at line 2538 of file InvariantCheck.cpp.
|
staticconstexprprivate |
Definition at line 641 of file InvariantCheck.h.
|
private |
Definition at line 667 of file InvariantCheck.h.
|
private |
Definition at line 668 of file InvariantCheck.h.
|
private |
Definition at line 669 of file InvariantCheck.h.
|
private |
Definition at line 670 of file InvariantCheck.h.
|
private |
Definition at line 671 of file InvariantCheck.h.