PrevUpHomeNext

PreflightResult

PreflightResult::PreflightResult
PreflightResult::flags
PreflightResult::j
PreflightResult::operator=
PreflightResult::rules
PreflightResult::ter
PreflightResult::tx

Describes the results of the preflight check.

Synopsis
struct PreflightResult
Member Functions

Name

Description

PreflightResult

Constructor.

operator=

Deleted copy assignment operator.

Data Members

Name

Description

flags

From the input - the flags.

j

From the input - the journal.

rules

From the input - the rules.

ter

Intermediate transaction result.

tx

From the input - the transaction.

Description
Remarks

All members are const to make it more difficult to "fake" a result without calling preflight.

See Also

preflight, preclaim, doApply, apply

Header

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


PrevUpHomeNext