PrevUpHomeNext

InvariantChecker_PROTOTYPE

Prototype for invariant check implementations.

Synopsis
class InvariantChecker_PROTOTYPE
Member Functions

Name

Description

finalize

called after all ledger entries have been visited to determine the final status of the check

visitEntry

called for each ledger entry in the current transaction.

Description

THIS CLASS DOES NOT EXIST - or rather it exists in documentation only to communicate the interface required of any invariant checker. Any invariant check implementation should implement the public methods documented here.

Header

#include <ripple/app/tx/impl/InvariantCheck.h>


PrevUpHomeNext