PrevUpHomeNext

InvariantChecker_PROTOTYPE::visitEntry

called for each ledger entry in the current transaction.

Synopsis
void
visitEntry(
    uint256 const& index,
    bool isDelete,
    std::shared_ptr< SLE const > const& before,
    std::shared_ptr< SLE const > const& after);
Description
Parameters

Name

Description

index

the key (identifier) for the ledger entry

isDelete

true if the SLE is being deleted

before

ledger entry before modification by the transaction

after

ledger entry after modification by the transaction


PrevUpHomeNext