Prototype for invariant check implementations.
class InvariantChecker_PROTOTYPE
Name |
Description |
---|---|
called after all ledger entries have been visited to determine the final status of the check |
|
called for each ledger entry in the current transaction. |
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.
#include <ripple/app/tx/impl/InvariantCheck.h>