|
rippled
|
State information when determining if a tx is likely to claim a fee. More...

Public Member Functions | |
| PreclaimContext (Application &app_, ReadView const &view_, TER preflightResult_, STTx const &tx_, ApplyFlags flags_, beast::Journal j_=beast::Journal{beast::Journal::getNullSink()}) | |
| PreclaimContext & | operator= (PreclaimContext const &)=delete |
Public Attributes | |
| Application & | app |
| ReadView const & | view |
| TER | preflightResult |
| STTx const & | tx |
| ApplyFlags | flags |
| const beast::Journal | j |
State information when determining if a tx is likely to claim a fee.
Definition at line 52 of file Transactor.h.
| ripple::PreclaimContext::PreclaimContext | ( | Application & | app_, |
| ReadView const & | view_, | ||
| TER | preflightResult_, | ||
| STTx const & | tx_, | ||
| ApplyFlags | flags_, | ||
| beast::Journal | j_ = beast::Journal{beast::Journal::getNullSink()} |
||
| ) |
Definition at line 62 of file Transactor.h.
|
delete |
| Application& ripple::PreclaimContext::app |
Definition at line 55 of file Transactor.h.
| ReadView const& ripple::PreclaimContext::view |
Definition at line 56 of file Transactor.h.
| TER ripple::PreclaimContext::preflightResult |
Definition at line 57 of file Transactor.h.
| STTx const& ripple::PreclaimContext::tx |
Definition at line 58 of file Transactor.h.
| ApplyFlags ripple::PreclaimContext::flags |
Definition at line 59 of file Transactor.h.
| const beast::Journal ripple::PreclaimContext::j |
Definition at line 60 of file Transactor.h.
1.8.17