|
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 563 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 1367 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 1390 of file InvariantCheck.cpp.
|
private |
Definition at line 565 of file InvariantCheck.h.
|
private |
Definition at line 566 of file InvariantCheck.h.
|
private |
Definition at line 568 of file InvariantCheck.h.
|
private |
Definition at line 569 of file InvariantCheck.h.