|
rippled
|
State information when determining if a tx is likely to claim a fee. More...
#include <Transactor.h>

Public Member Functions | |
| PreclaimContext (Application &app_, ReadView const &view_, TER preflightResult_, STTx const &tx_, ApplyFlags flags_, std::optional< uint256 > parentBatchId_, beast::Journal j_=beast::Journal{beast::Journal::getNullSink()}) | |
| 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 |
| ApplyFlags | flags |
| STTx const & | tx |
| std::optional< uint256 const > const | parentBatchId |
| beast::Journal const | j |
State information when determining if a tx is likely to claim a fee.
Definition at line 79 of file Transactor.h.
| ripple::PreclaimContext::PreclaimContext | ( | Application & | app_, |
| ReadView const & | view_, | ||
| TER | preflightResult_, | ||
| STTx const & | tx_, | ||
| ApplyFlags | flags_, | ||
| std::optional< uint256 > | parentBatchId_, | ||
| beast::Journal | j_ = beast::Journal{beast::Journal::getNullSink()} |
||
| ) |
Definition at line 90 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 111 of file Transactor.h.
|
delete |
| Application& ripple::PreclaimContext::app |
Definition at line 82 of file Transactor.h.
| ReadView const& ripple::PreclaimContext::view |
Definition at line 83 of file Transactor.h.
| TER ripple::PreclaimContext::preflightResult |
Definition at line 84 of file Transactor.h.
| ApplyFlags ripple::PreclaimContext::flags |
Definition at line 85 of file Transactor.h.
| STTx const& ripple::PreclaimContext::tx |
Definition at line 86 of file Transactor.h.
| std::optional<uint256 const> const ripple::PreclaimContext::parentBatchId |
Definition at line 87 of file Transactor.h.
| beast::Journal const ripple::PreclaimContext::j |
Definition at line 88 of file Transactor.h.