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

Public Member Functions | |
| template<class Context > | |
| PreflightResult (Context const &ctx_, std::pair< NotTEC, TxConsequences > const &result) | |
| Constructor. | |
| PreflightResult (PreflightResult const &)=default | |
| PreflightResult & | operator= (PreflightResult const &)=delete |
| Deleted copy assignment operator. | |
Public Attributes | |
| STTx const & | tx |
| From the input - the transaction. | |
| std::optional< uint256 const > const | parentBatchId |
| From the input - the batch identifier, if part of a batch. | |
| Rules const | rules |
| From the input - the rules. | |
| TxConsequences const | consequences |
| Consequences of the transaction. | |
| ApplyFlags const | flags |
| From the input - the flags. | |
| beast::Journal const | j |
| From the input - the journal. | |
| NotTEC const | ter |
| Intermediate transaction result. | |
Describes the results of the preflight check.
preflight. Definition at line 162 of file applySteps.h.
| ripple::PreflightResult::PreflightResult | ( | Context const & | ctx_, |
| std::pair< NotTEC, TxConsequences > const & | result | ||
| ) |
Constructor.
Definition at line 183 of file applySteps.h.
|
default |
|
delete |
Deleted copy assignment operator.
| STTx const& ripple::PreflightResult::tx |
From the input - the transaction.
Definition at line 166 of file applySteps.h.
| std::optional<uint256 const> const ripple::PreflightResult::parentBatchId |
From the input - the batch identifier, if part of a batch.
Definition at line 168 of file applySteps.h.
| Rules const ripple::PreflightResult::rules |
From the input - the rules.
Definition at line 170 of file applySteps.h.
| TxConsequences const ripple::PreflightResult::consequences |
Consequences of the transaction.
Definition at line 172 of file applySteps.h.
| ApplyFlags const ripple::PreflightResult::flags |
From the input - the flags.
Definition at line 174 of file applySteps.h.
| beast::Journal const ripple::PreflightResult::j |
From the input - the journal.
Definition at line 176 of file applySteps.h.
| NotTEC const ripple::PreflightResult::ter |
Intermediate transaction result.
Definition at line 179 of file applySteps.h.