|
xrpld
|
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 60 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 71 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 92 of file Transactor.h.
|
delete |
| std::reference_wrapper<ServiceRegistry> xrpl::PreclaimContext::registry |
Definition at line 63 of file Transactor.h.
| ReadView const& xrpl::PreclaimContext::view |
Definition at line 64 of file Transactor.h.
| TER xrpl::PreclaimContext::preflightResult |
Definition at line 65 of file Transactor.h.
| ApplyFlags xrpl::PreclaimContext::flags |
Definition at line 66 of file Transactor.h.
| STTx const& xrpl::PreclaimContext::tx |
Definition at line 67 of file Transactor.h.
| std::optional<uint256 const> const xrpl::PreclaimContext::parentBatchId |
Definition at line 68 of file Transactor.h.
| beast::Journal const xrpl::PreclaimContext::j |
Definition at line 69 of file Transactor.h.