|
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 82 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 93 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 114 of file Transactor.h.
|
delete |
| std::reference_wrapper<ServiceRegistry> xrpl::PreclaimContext::registry |
Definition at line 85 of file Transactor.h.
| ReadView const& xrpl::PreclaimContext::view |
Definition at line 86 of file Transactor.h.
| TER xrpl::PreclaimContext::preflightResult |
Definition at line 87 of file Transactor.h.
| ApplyFlags xrpl::PreclaimContext::flags |
Definition at line 88 of file Transactor.h.
| STTx const& xrpl::PreclaimContext::tx |
Definition at line 89 of file Transactor.h.
| std::optional<uint256 const> const xrpl::PreclaimContext::parentBatchId |
Definition at line 90 of file Transactor.h.
| beast::Journal const xrpl::PreclaimContext::j |
Definition at line 91 of file Transactor.h.