rippled
|
Describes the results of the preflight
check.
More...
Public Member Functions | |
template<class Context > | |
PreflightResult (Context const &ctx_, std::pair< NotTEC, TxConsequences > const &result) | |
Constructor. More... | |
PreflightResult (PreflightResult const &)=default | |
PreflightResult & | operator= (PreflightResult const &)=delete |
Deleted copy assignment operator. More... | |
Public Attributes | |
STTx const & | tx |
From the input - the transaction. More... | |
const Rules | rules |
From the input - the rules. More... | |
const TxConsequences | consequences |
Consequences of the transaction. More... | |
const ApplyFlags | flags |
From the input - the flags. More... | |
const beast::Journal | j |
From the input - the journal. More... | |
const NotTEC | ter |
Intermediate transaction result. More... | |
Describes the results of the preflight
check.
preflight
. Definition at line 150 of file applySteps.h.
ripple::PreflightResult::PreflightResult | ( | Context const & | ctx_, |
std::pair< NotTEC, TxConsequences > const & | result | ||
) |
Constructor.
Definition at line 169 of file applySteps.h.
|
default |
|
delete |
Deleted copy assignment operator.
STTx const& ripple::PreflightResult::tx |
From the input - the transaction.
Definition at line 154 of file applySteps.h.
const Rules ripple::PreflightResult::rules |
From the input - the rules.
Definition at line 156 of file applySteps.h.
const TxConsequences ripple::PreflightResult::consequences |
Consequences of the transaction.
Definition at line 158 of file applySteps.h.
const ApplyFlags ripple::PreflightResult::flags |
From the input - the flags.
Definition at line 160 of file applySteps.h.
const beast::Journal ripple::PreflightResult::j |
From the input - the journal.
Definition at line 162 of file applySteps.h.
const NotTEC ripple::PreflightResult::ter |
Intermediate transaction result.
Definition at line 165 of file applySteps.h.