PrevUpHomeNext

applyTransaction

Transaction application helper.

Synopsis
ApplyResult
applyTransaction(
    Application& app,
    OpenView& view,
    STTx const& tx,
    bool retryAssured,
    ApplyFlags flags,
    beast::Journal journal);
Description

Provides more detailed logging and decodes the correct behavior based on the TER type

See Also

ApplyResult

Header

#include <ripple/app/tx/apply.h>


PrevUpHomeNext