Describes the results of the preclaim
check.
struct PreclaimResult
Name |
Description |
---|---|
Constructor. |
|
Deleted copy assignment operator. |
Name |
Description |
---|---|
Transaction-specific base fee. |
|
From the input - the flags. |
|
From the input - the journal. |
|
Success flag - whether the transaction is likely to claim a fee. |
|
Intermediate transaction result. |
|
From the input - the transaction. |
|
From the input - the ledger view. |
All members are const to make it more difficult to "fake" a result
without calling preclaim
.
preflight
,
preclaim
,
doApply
,
apply
#include <ripple/app/tx/applySteps.h>