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

Public Member Functions | |
| PreclaimContext (ServiceRegistry ®istry_, ReadView const &view_, TER preflightResult_, STTx const &tx_, ApplyFlags flags_, std::optional< uint256 > parentBatchId_, beast::Journal j_=beast::Journal{beast::Journal::getNullSink()}) | |
| PreclaimContext (ServiceRegistry ®istry_, 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 | |
| std::reference_wrapper< ServiceRegistry > | registry |
| 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 56 of file Transactor.h.
| xrpl::PreclaimContext::PreclaimContext | ( | ServiceRegistry & | registry_, |
| 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 67 of file Transactor.h.
| xrpl::PreclaimContext::PreclaimContext | ( | ServiceRegistry & | registry_, |
| ReadView const & | view_, | ||
| TER | preflightResult_, | ||
| STTx const & | tx_, | ||
| ApplyFlags | flags_, | ||
| beast::Journal | j_ = beast::Journal{beast::Journal::getNullSink()} |
||
| ) |
Definition at line 88 of file Transactor.h.
|
delete |
| std::reference_wrapper<ServiceRegistry> xrpl::PreclaimContext::registry |
Definition at line 59 of file Transactor.h.
| ReadView const& xrpl::PreclaimContext::view |
Definition at line 60 of file Transactor.h.
| TER xrpl::PreclaimContext::preflightResult |
Definition at line 61 of file Transactor.h.
| ApplyFlags xrpl::PreclaimContext::flags |
Definition at line 62 of file Transactor.h.
| STTx const& xrpl::PreclaimContext::tx |
Definition at line 63 of file Transactor.h.
| std::optional<uint256 const> const xrpl::PreclaimContext::parentBatchId |
Definition at line 64 of file Transactor.h.
| beast::Journal const xrpl::PreclaimContext::j |
Definition at line 65 of file Transactor.h.