rippled
Public Member Functions | Public Attributes | List of all members
ripple::PreflightContext Struct Reference

State information when preflighting a tx. More...

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

Public Member Functions

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

Public Attributes

Applicationapp
 
STTx const & tx
 
const Rules rules
 
ApplyFlags flags
 
const beast::Journal j
 

Detailed Description

State information when preflighting a tx.

Definition at line 31 of file Transactor.h.

Constructor & Destructor Documentation

◆ PreflightContext()

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

Definition at line 144 of file Transactor.cpp.

Member Function Documentation

◆ operator=()

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

Member Data Documentation

◆ app

Application& ripple::PreflightContext::app

Definition at line 34 of file Transactor.h.

◆ tx

STTx const& ripple::PreflightContext::tx

Definition at line 35 of file Transactor.h.

◆ rules

const Rules ripple::PreflightContext::rules

Definition at line 36 of file Transactor.h.

◆ flags

ApplyFlags ripple::PreflightContext::flags

Definition at line 37 of file Transactor.h.

◆ j

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

Definition at line 38 of file Transactor.h.