|
rippled
|
State information when preflighting a tx. More...
#include <Transactor.h>

Public Member Functions | |
| PreflightContext (Application &app_, STTx const &tx_, uint256 parentBatchId_, Rules const &rules_, ApplyFlags flags_, beast::Journal j_=beast::Journal{beast::Journal::getNullSink()}) | |
| PreflightContext (Application &app_, STTx const &tx_, Rules const &rules_, ApplyFlags flags_, beast::Journal j_=beast::Journal{beast::Journal::getNullSink()}) | |
| PreflightContext & | operator= (PreflightContext const &)=delete |
Public Attributes | |
| Application & | app |
| STTx const & | tx |
| Rules const | rules |
| ApplyFlags | flags |
| std::optional< uint256 const > | parentBatchId |
| beast::Journal const | j |
State information when preflighting a tx.
Definition at line 34 of file Transactor.h.
| ripple::PreflightContext::PreflightContext | ( | Application & | app_, |
| STTx const & | tx_, | ||
| uint256 | parentBatchId_, | ||
| Rules const & | rules_, | ||
| ApplyFlags | flags_, | ||
| beast::Journal | j_ = beast::Journal{beast::Journal::getNullSink()} |
||
| ) |
Definition at line 44 of file Transactor.h.
| ripple::PreflightContext::PreflightContext | ( | Application & | app_, |
| STTx const & | tx_, | ||
| Rules const & | rules_, | ||
| ApplyFlags | flags_, | ||
| beast::Journal | j_ = beast::Journal{beast::Journal::getNullSink()} |
||
| ) |
Definition at line 62 of file Transactor.h.
|
delete |
| Application& ripple::PreflightContext::app |
Definition at line 37 of file Transactor.h.
| STTx const& ripple::PreflightContext::tx |
Definition at line 38 of file Transactor.h.
| Rules const ripple::PreflightContext::rules |
Definition at line 39 of file Transactor.h.
| ApplyFlags ripple::PreflightContext::flags |
Definition at line 40 of file Transactor.h.
| std::optional<uint256 const> ripple::PreflightContext::parentBatchId |
Definition at line 41 of file Transactor.h.
| beast::Journal const ripple::PreflightContext::j |
Definition at line 42 of file Transactor.h.