| 
    rippled
    
   | 
 
Server fees published on server subscription.  
 More...

Public Member Functions | |
| ServerFeeSummary ()=default | |
| ServerFeeSummary (XRPAmount fee, TxQ::Metrics &&escalationMetrics, LoadFeeTrack const &loadFeeTrack) | |
| bool | operator!= (ServerFeeSummary const &b) const | 
| bool | operator== (ServerFeeSummary const &b) const | 
Public Attributes | |
| std::uint32_t | loadFactorServer = 256 | 
| std::uint32_t | loadBaseServer = 256 | 
| XRPAmount | baseFee {10} | 
| std::optional< TxQ::Metrics > | em = std::nullopt | 
Server fees published on server subscription. 
Definition at line 184 of file NetworkOPs.cpp.
      
  | 
  default | 
| ripple::NetworkOPsImp::ServerFeeSummary::ServerFeeSummary | ( | XRPAmount | fee, | 
| TxQ::Metrics && | escalationMetrics, | ||
| LoadFeeTrack const & | loadFeeTrack | ||
| ) | 
Definition at line 2254 of file NetworkOPs.cpp.
| bool ripple::NetworkOPsImp::ServerFeeSummary::operator!= | ( | NetworkOPsImp::ServerFeeSummary const & | b | ) | const | 
Definition at line 2266 of file NetworkOPs.cpp.
| bool ripple::NetworkOPsImp::ServerFeeSummary::operator== | ( | ServerFeeSummary const & | b | ) | const | 
Definition at line 196 of file NetworkOPs.cpp.
| std::uint32_t ripple::NetworkOPsImp::ServerFeeSummary::loadFactorServer = 256 | 
Definition at line 201 of file NetworkOPs.cpp.
| std::uint32_t ripple::NetworkOPsImp::ServerFeeSummary::loadBaseServer = 256 | 
Definition at line 202 of file NetworkOPs.cpp.
| XRPAmount ripple::NetworkOPsImp::ServerFeeSummary::baseFee {10} | 
Definition at line 203 of file NetworkOPs.cpp.
| std::optional<TxQ::Metrics> ripple::NetworkOPsImp::ServerFeeSummary::em = std::nullopt | 
Definition at line 204 of file NetworkOPs.cpp.