|
xrpld
|
State information when preflighting a tx. More...
#include <Transactor.h>

Public Member Functions | |
| PreflightContext (ServiceRegistry ®istry, STTx const &tx, uint256 parentBatchId, Rules rules, ApplyFlags flags, beast::Journal j=beast::Journal{beast::Journal::getNullSink()}) | |
| PreflightContext (ServiceRegistry ®istry, STTx const &tx, Rules rules, ApplyFlags flags, beast::Journal j=beast::Journal{beast::Journal::getNullSink()}) | |
| PreflightContext & | operator= (PreflightContext const &)=delete |
Public Attributes | |
| std::reference_wrapper< ServiceRegistry > | registry |
| STTx const & | tx |
| Rules const | rules |
| ApplyFlags | flags |
| std::optional< uint256 const > | parentBatchId |
| beast::Journal const | j |
State information when preflighting a tx.
Definition at line 17 of file Transactor.h.
| xrpl::PreflightContext::PreflightContext | ( | ServiceRegistry & | registry, |
| STTx const & | tx, | ||
| uint256 | parentBatchId, | ||
| Rules | rules, | ||
| ApplyFlags | flags, | ||
| beast::Journal | j = beast::Journal{beast::Journal::getNullSink()} ) |
Definition at line 27 of file Transactor.h.
| xrpl::PreflightContext::PreflightContext | ( | ServiceRegistry & | registry, |
| STTx const & | tx, | ||
| Rules | rules, | ||
| ApplyFlags | flags, | ||
| beast::Journal | j = beast::Journal{beast::Journal::getNullSink()} ) |
Definition at line 44 of file Transactor.h.
|
delete |
| std::reference_wrapper<ServiceRegistry> xrpl::PreflightContext::registry |
Definition at line 20 of file Transactor.h.
| STTx const& xrpl::PreflightContext::tx |
Definition at line 21 of file Transactor.h.
| Rules const xrpl::PreflightContext::rules |
Definition at line 22 of file Transactor.h.
| ApplyFlags xrpl::PreflightContext::flags |
Definition at line 23 of file Transactor.h.
| std::optional<uint256 const> xrpl::PreflightContext::parentBatchId |
Definition at line 24 of file Transactor.h.
| beast::Journal const xrpl::PreflightContext::j |
Definition at line 25 of file Transactor.h.