rippled
|
State information when preflighting a tx. More...
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 |
const Rules | rules |
ApplyFlags | flags |
const beast::Journal | 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 144 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.
const Rules ripple::PreflightContext::rules |
Definition at line 36 of file Transactor.h.
ApplyFlags ripple::PreflightContext::flags |
Definition at line 37 of file Transactor.h.
const beast::Journal ripple::PreflightContext::j |
Definition at line 38 of file Transactor.h.