|
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 |
| bool | mptCreatedByIssuer_ = false |
Definition at line 553 of file InvariantCheck.h.
| void xrpl::ValidMPTIssuance::visitEntry | ( | bool | isDelete, |
| std::shared_ptr< SLE const > const & | before, | ||
| std::shared_ptr< SLE const > const & | after | ||
| ) |
Definition at line 1440 of file InvariantCheck.cpp.
| bool xrpl::ValidMPTIssuance::finalize | ( | STTx const & | tx, |
| TER const | result, | ||
| XRPAmount const | _fee, | ||
| ReadView const & | view, | ||
| beast::Journal const & | j | ||
| ) |
Definition at line 1468 of file InvariantCheck.cpp.
|
private |
Definition at line 555 of file InvariantCheck.h.
|
private |
Definition at line 556 of file InvariantCheck.h.
|
private |
Definition at line 558 of file InvariantCheck.h.
|
private |
Definition at line 559 of file InvariantCheck.h.
|
private |
Definition at line 562 of file InvariantCheck.h.