PrevUpHomeNext

PreclaimResult

PreclaimResult::PreclaimResult
PreclaimResult::baseFee
PreclaimResult::flags
PreclaimResult::j
PreclaimResult::likelyToClaimFee
PreclaimResult::operator=
PreclaimResult::ter
PreclaimResult::tx
PreclaimResult::view

Describes the results of the preclaim check.

Synopsis
struct PreclaimResult
Member Functions

Name

Description

PreclaimResult

Constructor.

operator=

Deleted copy assignment operator.

Data Members

Name

Description

baseFee

Transaction-specific base fee.

flags

From the input - the flags.

j

From the input - the journal.

likelyToClaimFee

Success flag - whether the transaction is likely to claim a fee.

ter

Intermediate transaction result.

tx

From the input - the transaction.

view

From the input - the ledger view.

Description
Remarks

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

See Also

preflight, preclaim, doApply, apply

Header

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


PrevUpHomeNext