rippled
Public Member Functions | Private Attributes | List of all members
ripple::NFTokenCountTracking Class Reference
Collaboration diagram for ripple::NFTokenCountTracking:
Collaboration graph
[legend]

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
 

Detailed Description

Definition at line 345 of file InvariantCheck.h.

Member Function Documentation

◆ visitEntry()

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.

◆ finalize()

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.

Member Data Documentation

◆ beforeMintedTotal

std::uint32_t ripple::NFTokenCountTracking::beforeMintedTotal = 0
private

Definition at line 347 of file InvariantCheck.h.

◆ beforeBurnedTotal

std::uint32_t ripple::NFTokenCountTracking::beforeBurnedTotal = 0
private

Definition at line 348 of file InvariantCheck.h.

◆ afterMintedTotal

std::uint32_t ripple::NFTokenCountTracking::afterMintedTotal = 0
private

Definition at line 349 of file InvariantCheck.h.

◆ afterBurnedTotal

std::uint32_t ripple::NFTokenCountTracking::afterBurnedTotal = 0
private

Definition at line 350 of file InvariantCheck.h.