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

State information when determining if a tx is likely to claim a fee. More...

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

Public Member Functions

 PreclaimContext (Application &app_, ReadView const &view_, TER preflightResult_, STTx const &tx_, ApplyFlags flags_, beast::Journal j_=beast::Journal{beast::Journal::getNullSink()})
 
PreclaimContextoperator= (PreclaimContext const &)=delete
 

Public Attributes

Applicationapp
 
ReadView const & view
 
TER preflightResult
 
STTx const & tx
 
ApplyFlags flags
 
const beast::Journal j
 

Detailed Description

State information when determining if a tx is likely to claim a fee.

Definition at line 52 of file Transactor.h.

Constructor & Destructor Documentation

◆ PreclaimContext()

ripple::PreclaimContext::PreclaimContext ( Application app_,
ReadView const &  view_,
TER  preflightResult_,
STTx const &  tx_,
ApplyFlags  flags_,
beast::Journal  j_ = beast::Journal{beast::Journal::getNullSink()} 
)

Definition at line 62 of file Transactor.h.

Member Function Documentation

◆ operator=()

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

Member Data Documentation

◆ app

Application& ripple::PreclaimContext::app

Definition at line 55 of file Transactor.h.

◆ view

ReadView const& ripple::PreclaimContext::view

Definition at line 56 of file Transactor.h.

◆ preflightResult

TER ripple::PreclaimContext::preflightResult

Definition at line 57 of file Transactor.h.

◆ tx

STTx const& ripple::PreclaimContext::tx

Definition at line 58 of file Transactor.h.

◆ flags

ApplyFlags ripple::PreclaimContext::flags

Definition at line 59 of file Transactor.h.

◆ j

const beast::Journal ripple::PreclaimContext::j

Definition at line 60 of file Transactor.h.