called for each ledger entry in the current transaction.
void visitEntry( uint256 const& index, bool isDelete, std::shared_ptr< SLE const > const& before, std::shared_ptr< SLE const > const& after);
Name |
Description |
---|---|
|
the key (identifier) for the ledger entry |
|
true if the SLE is being deleted |
|
ledger entry before modification by the transaction |
|
ledger entry after modification by the transaction |