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

Public Member Functions | |
| PreflightContext (Application &app_, STTx const &tx_, Rules const &rules_, ApplyFlags flags_, beast::Journal j_) | |
| PreflightContext & | operator= (PreflightContext const &)=delete |
Public Attributes | |
| Application & | app |
| STTx const & | tx |
| Rules const | rules |
| ApplyFlags | flags |
| beast::Journal const | j |
State information when preflighting a tx.
Definition at line 31 of file Transactor.h.
| ripple::PreflightContext::PreflightContext | ( | Application & | app_, |
| STTx const & | tx_, | ||
| Rules const & | rules_, | ||
| ApplyFlags | flags_, | ||
| beast::Journal | j_ | ||
| ) |
Definition at line 176 of file Transactor.cpp.
|
delete |
| Application& ripple::PreflightContext::app |
Definition at line 34 of file Transactor.h.
| STTx const& ripple::PreflightContext::tx |
Definition at line 35 of file Transactor.h.
| Rules const ripple::PreflightContext::rules |
Definition at line 36 of file Transactor.h.
| ApplyFlags ripple::PreflightContext::flags |
Definition at line 37 of file Transactor.h.
| beast::Journal const ripple::PreflightContext::j |
Definition at line 38 of file Transactor.h.