rippled
|
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 | beforeMintedTotal = 0 |
std::uint32_t | beforeBurnedTotal = 0 |
std::uint32_t | afterMintedTotal = 0 |
std::uint32_t | afterBurnedTotal = 0 |
Definition at line 345 of file InvariantCheck.h.
void ripple::NFTokenCountTracking::visitEntry | ( | bool | , |
std::shared_ptr< SLE const > const & | before, | ||
std::shared_ptr< SLE const > const & | after | ||
) |
Definition at line 616 of file InvariantCheck.cpp.
bool ripple::NFTokenCountTracking::finalize | ( | STTx const & | tx, |
TER const | result, | ||
XRPAmount const | , | ||
ReadView const & | view, | ||
beast::Journal const & | j | ||
) |
Definition at line 635 of file InvariantCheck.cpp.
|
private |
Definition at line 347 of file InvariantCheck.h.
|
private |
Definition at line 348 of file InvariantCheck.h.
|
private |
Definition at line 349 of file InvariantCheck.h.
|
private |
Definition at line 350 of file InvariantCheck.h.