|
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 | |
| std::uint32_t | mptIssuancesCreated_ = 0 |
| std::uint32_t | mptIssuancesDeleted_ = 0 |
| std::uint32_t | mptokensCreated_ = 0 |
| std::uint32_t | mptokensDeleted_ = 0 |
Definition at line 546 of file InvariantCheck.h.
| void ripple::ValidMPTIssuance::visitEntry | ( | bool | isDelete, |
| std::shared_ptr< SLE const > const & | before, | ||
| std::shared_ptr< SLE const > const & | after | ||
| ) |
Definition at line 1411 of file InvariantCheck.cpp.
| bool ripple::ValidMPTIssuance::finalize | ( | STTx const & | tx, |
| TER const | result, | ||
| XRPAmount const | _fee, | ||
| ReadView const & | view, | ||
| beast::Journal const & | j | ||
| ) |
Definition at line 1434 of file InvariantCheck.cpp.
|
private |
Definition at line 548 of file InvariantCheck.h.
|
private |
Definition at line 549 of file InvariantCheck.h.
|
private |
Definition at line 551 of file InvariantCheck.h.
|
private |
Definition at line 552 of file InvariantCheck.h.