#include <PayChan.h>
 | 
| static NotTEC  | checkSign (ReadView const &view, ApplyFlags flags, AccountID const &idAccount, STObject const &sigObject, beast::Journal const j) | 
|   | 
| static XRPAmount  | minimumFee (Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | 
|   | Compute the minimum fee required to process a transaction with a given baseFee based on the current server load.  
  | 
|   | 
| static XRPAmount  | calculateOwnerReserveFee (ReadView const &view, STTx const &tx) | 
|   | 
| static bool  | checkExtraFeatures (PreflightContext const &ctx) | 
|   | 
| static std::uint32_t  | getFlagsMask (PreflightContext const &ctx) | 
|   | 
| static NotTEC  | preflightSigValidated (PreflightContext const &ctx) | 
|   | 
| static bool  | validDataLength (std::optional< Slice > const &slice, std::size_t maxLength) | 
|   | 
| template<class T >  | 
| static bool  | validNumericRange (std::optional< T > value, T max, T min={}) | 
|   | 
| template<class T , class Unit >  | 
| static bool  | validNumericRange (std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | 
|   | 
◆ ConsequencesFactoryType
| Enumerator | 
|---|
| Normal  |  | 
| Blocker  |  | 
| Custom  |  | 
Definition at line 157 of file Transactor.h.
 
 
◆ PayChanFund()
◆ makeTxConsequences()
◆ preflight()
◆ doApply()
  
  
      
        
          | TER ripple::PayChanFund::doApply  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
overridevirtual   | 
  
 
 
◆ operator()()
◆ view() [1/2]
◆ view() [2/2]
  
  
      
        
          | ApplyView const  & ripple::Transactor::view  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inherited   | 
  
 
 
◆ checkSeqProxy()
◆ checkPriorTxAndLastLedger()
◆ checkFee()
◆ checkSign() [1/2]
◆ checkSign() [2/2]
◆ checkBatchSign()
◆ calculateBaseFee()
◆ invokePreflight() [1/3]
◆ invokePreflight() [2/3]
◆ invokePreflight() [3/3]
◆ preclaim()
◆ checkPermission()
◆ ticketDelete()
◆ apply()
  
  
      
        
          | TER ripple::Transactor::apply  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protectedinherited   | 
  
 
 
◆ preCompute()
  
  
      
        
          | void ripple::Transactor::preCompute  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protectedvirtualinherited   | 
  
 
 
◆ minimumFee()
Compute the minimum fee required to process a transaction with a given baseFee based on the current server load. 
- Parameters
 - 
  
    | app | The application hosting the server  | 
    | baseFee | The base fee of a candidate transaction  | 
  
   
- See also
 - ripple::calculateBaseFee 
 
- Parameters
 - 
  
    | fees | Fee settings from the current ledger  | 
    | flags | Transaction processing fees  | 
  
   
Definition at line 332 of file Transactor.cpp.
 
 
◆ calculateOwnerReserveFee()
◆ checkExtraFeatures()
◆ getFlagsMask()
◆ preflightSigValidated()
◆ validDataLength()
◆ validNumericRange() [1/2]
template<class T > 
  
  
      
        
          | bool ripple::Transactor::validNumericRange  | 
          ( | 
          std::optional< T >  | 
          value,  | 
         
        
           | 
           | 
          T  | 
          max,  | 
         
        
           | 
           | 
          T  | 
          min = {}  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
staticprotectedinherited   | 
  
 
 
◆ validNumericRange() [2/2]
template<class T , class Unit > 
 
 
◆ reset()
Reset the context, discarding any changes made and adjust the fee. 
- Parameters
 - 
  
    | fee | The transaction fee to be charged.  | 
  
   
- Returns
 - A pair containing the transaction result and the actual fee charged. 
 
Definition at line 1071 of file Transactor.cpp.
 
 
◆ consumeSeqProxy()
◆ payFee()
  
  
      
        
          | TER ripple::Transactor::payFee  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
privateinherited   | 
  
 
 
◆ checkSingleSign()
◆ checkMultiSign()
◆ trapTransaction()
  
  
      
        
          | void ripple::Transactor::trapTransaction  | 
          ( | 
          uint256  | 
          txHash | ) | 
           const | 
         
       
   | 
  
privateinherited   | 
  
 
 
◆ preflight1()
Performs early sanity checks on the account and fee fields. 
(And passes flagMask to preflight0)
Do not try to call preflight1 from preflight() in derived classes. See the description of invokePreflight for details. 
Definition at line 163 of file Transactor.cpp.
 
 
◆ preflight2()
Checks whether the signature appears valid. 
Do not try to call preflight2 from preflight() in derived classes. See the description of invokePreflight for details. 
Definition at line 226 of file Transactor.cpp.
 
 
◆ ConsequencesFactory
◆ ctx_
◆ sink_
◆ j_
◆ account_
◆ mPriorBalance
◆ mSourceBalance