PrevUpHomeNext

InvariantChecker_PROTOTYPE::finalize

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

Synopsis
bool
finalize(
    STTx const& tx,
    TER tec,
    beast::Journal const& j);
Description
Parameters

Name

Description

tx

the transaction being applied

tec

the current TER result of the transaction

j

journal for logging

Return Value

true if check passes, false if it fails


PrevUpHomeNext