Apply a prechecked transaction to an OpenView.
std::pair< TER, bool > doApply( PreclaimResult const& preclaimResult, Application& app, OpenView& view);
The transaction has been checked and validated using preflight
and preclaim
Name |
Description |
---|---|
|
The result of a previous call to |
|
The current running |
|
The open ledger that the transaction will attempt to be applied to. |
A pair with the TER
and a
bool
indicating whether or not
the transaction was applied.
#include <ripple/app/tx/applySteps.h>