rippled
Loading...
Searching...
No Matches
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...

#include <Transactor.h>

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

Public Member Functions

 PreclaimContext (Application &app_, ReadView const &view_, TER preflightResult_, STTx const &tx_, ApplyFlags flags_, std::optional< uint256 > parentBatchId_, beast::Journal j_=beast::Journal{beast::Journal::getNullSink()})
 
 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
 
ApplyFlags flags
 
STTx const & tx
 
std::optional< uint256 const > const parentBatchId
 
beast::Journal const j
 

Detailed Description

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

Definition at line 79 of file Transactor.h.

Constructor & Destructor Documentation

◆ PreclaimContext() [1/2]

ripple::PreclaimContext::PreclaimContext ( Application app_,
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 90 of file Transactor.h.

◆ PreclaimContext() [2/2]

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 111 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 82 of file Transactor.h.

◆ view

ReadView const& ripple::PreclaimContext::view

Definition at line 83 of file Transactor.h.

◆ preflightResult

TER ripple::PreclaimContext::preflightResult

Definition at line 84 of file Transactor.h.

◆ flags

ApplyFlags ripple::PreclaimContext::flags

Definition at line 85 of file Transactor.h.

◆ tx

STTx const& ripple::PreclaimContext::tx

Definition at line 86 of file Transactor.h.

◆ parentBatchId

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

Definition at line 87 of file Transactor.h.

◆ j

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

Definition at line 88 of file Transactor.h.