rippled
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
ripple::PreflightContext Struct Reference

State information when preflighting a tx. More...

#include <Transactor.h>

Collaboration diagram for ripple::PreflightContext:
Collaboration graph
[legend]

Public Member Functions

 PreflightContext (Application &app_, STTx const &tx_, uint256 parentBatchId_, Rules const &rules_, ApplyFlags flags_, beast::Journal j_=beast::Journal{beast::Journal::getNullSink()})
 
 PreflightContext (Application &app_, STTx const &tx_, Rules const &rules_, ApplyFlags flags_, beast::Journal j_=beast::Journal{beast::Journal::getNullSink()})
 
PreflightContextoperator= (PreflightContext const &)=delete
 

Public Attributes

Applicationapp
 
STTx const & tx
 
Rules const rules
 
ApplyFlags flags
 
std::optional< uint256 const > parentBatchId
 
beast::Journal const j
 

Detailed Description

State information when preflighting a tx.

Definition at line 34 of file Transactor.h.

Constructor & Destructor Documentation

◆ PreflightContext() [1/2]

ripple::PreflightContext::PreflightContext ( Application app_,
STTx const &  tx_,
uint256  parentBatchId_,
Rules const &  rules_,
ApplyFlags  flags_,
beast::Journal  j_ = beast::Journal{beast::Journal::getNullSink()} 
)

Definition at line 44 of file Transactor.h.

◆ PreflightContext() [2/2]

ripple::PreflightContext::PreflightContext ( Application app_,
STTx const &  tx_,
Rules const &  rules_,
ApplyFlags  flags_,
beast::Journal  j_ = beast::Journal{beast::Journal::getNullSink()} 
)

Definition at line 62 of file Transactor.h.

Member Function Documentation

◆ operator=()

PreflightContext & ripple::PreflightContext::operator= ( PreflightContext const &  )
delete

Member Data Documentation

◆ app

Application& ripple::PreflightContext::app

Definition at line 37 of file Transactor.h.

◆ tx

STTx const& ripple::PreflightContext::tx

Definition at line 38 of file Transactor.h.

◆ rules

Rules const ripple::PreflightContext::rules

Definition at line 39 of file Transactor.h.

◆ flags

ApplyFlags ripple::PreflightContext::flags

Definition at line 40 of file Transactor.h.

◆ parentBatchId

std::optional<uint256 const> ripple::PreflightContext::parentBatchId

Definition at line 41 of file Transactor.h.

◆ j

beast::Journal const ripple::PreflightContext::j

Definition at line 42 of file Transactor.h.