|
rippled
|
Describes the results of the preclaim check.
More...
#include <applySteps.h>

Public Member Functions | |
| template<class Context > | |
| PreclaimResult (Context const &ctx_, TER ter_) | |
| Constructor. More... | |
| PreclaimResult (PreclaimResult const &)=default | |
| PreclaimResult & | operator= (PreclaimResult const &)=delete |
| Deleted copy assignment operator. More... | |
Public Attributes | |
| ReadView const & | view |
| From the input - the ledger view. More... | |
| STTx const & | tx |
| From the input - the transaction. More... | |
| std::optional< uint256 const > const | parentBatchId |
| From the input - the batch identifier, if part of a batch. More... | |
| ApplyFlags const | flags |
| From the input - the flags. More... | |
| beast::Journal const | j |
| From the input - the journal. More... | |
| TER const | ter |
| Intermediate transaction result. More... | |
| bool const | likelyToClaimFee |
| Success flag - whether the transaction is likely to claim a fee. More... | |
Describes the results of the preclaim check.
preclaim. Definition at line 209 of file applySteps.h.
| ripple::PreclaimResult::PreclaimResult | ( | Context const & | ctx_, |
| TER | ter_ | ||
| ) |
Constructor.
Definition at line 232 of file applySteps.h.
|
default |
|
delete |
Deleted copy assignment operator.
| ReadView const& ripple::PreclaimResult::view |
From the input - the ledger view.
Definition at line 213 of file applySteps.h.
| STTx const& ripple::PreclaimResult::tx |
From the input - the transaction.
Definition at line 215 of file applySteps.h.
| std::optional<uint256 const> const ripple::PreclaimResult::parentBatchId |
From the input - the batch identifier, if part of a batch.
Definition at line 217 of file applySteps.h.
| ApplyFlags const ripple::PreclaimResult::flags |
From the input - the flags.
Definition at line 219 of file applySteps.h.
| beast::Journal const ripple::PreclaimResult::j |
From the input - the journal.
Definition at line 221 of file applySteps.h.
| TER const ripple::PreclaimResult::ter |
Intermediate transaction result.
Definition at line 224 of file applySteps.h.
| bool const ripple::PreclaimResult::likelyToClaimFee |
Success flag - whether the transaction is likely to claim a fee.
Definition at line 228 of file applySteps.h.