rippled
Public Member Functions | Private Attributes | List of all members
ripple::ValidNFTokenPage Class Reference

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

bool badEntry_ = false
 
bool badLink_ = false
 
bool badSort_ = false
 
bool badURI_ = false
 
bool invalidSize_ = false
 

Detailed Description

Definition at line 321 of file InvariantCheck.h.

Member Function Documentation

◆ visitEntry()

void ripple::ValidNFTokenPage::visitEntry ( bool  isDelete,
std::shared_ptr< SLE const > const &  before,
std::shared_ptr< SLE const > const &  after 
)

Definition at line 497 of file InvariantCheck.cpp.

◆ finalize()

bool ripple::ValidNFTokenPage::finalize ( STTx const &  tx,
TER const  result,
XRPAmount const  ,
ReadView const &  view,
beast::Journal const &  j 
)

Definition at line 574 of file InvariantCheck.cpp.

Member Data Documentation

◆ badEntry_

bool ripple::ValidNFTokenPage::badEntry_ = false
private

Definition at line 323 of file InvariantCheck.h.

◆ badLink_

bool ripple::ValidNFTokenPage::badLink_ = false
private

Definition at line 324 of file InvariantCheck.h.

◆ badSort_

bool ripple::ValidNFTokenPage::badSort_ = false
private

Definition at line 325 of file InvariantCheck.h.

◆ badURI_

bool ripple::ValidNFTokenPage::badURI_ = false
private

Definition at line 326 of file InvariantCheck.h.

◆ invalidSize_

bool ripple::ValidNFTokenPage::invalidSize_ = false
private

Definition at line 327 of file InvariantCheck.h.