1#include <xrpld/app/misc/LoadFeeTrack.h> 
    2#include <xrpld/core/Config.h> 
    4#include <xrpl/beast/unit_test.h> 
    5#include <xrpl/ledger/ReadView.h> 
   18            Fees const fees = [&]() {
 
   35            Fees const fees = [&]() {
 
   52            Fees const fees = [&]() {
 
 
 
void run() override
Runs the suite.
 
Manages the current fee schedule.
 
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
 
XRPAmount scaleFeeLoad(XRPAmount fee, LoadFeeTrack const &feeTrack, Fees const &fees, bool bUnlimited)
 
constexpr XRPAmount DROPS_PER_XRP
Number of drops per 1 XRP.
 
XRPAmount reference_fee
The cost of a reference transaction in drops.
 
Reflects the fee settings for a particular ledger.