|
xrpld
|
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 270 of file NetworkOPs.cpp.
|
default |
| xrpl::NetworkOPsImp::ServerFeeSummary::ServerFeeSummary | ( | XRPAmount | fee, |
| TxQ::Metrics | escalationMetrics, | ||
| LoadFeeTrack const & | loadFeeTrack ) |
Definition at line 2277 of file NetworkOPs.cpp.
| bool xrpl::NetworkOPsImp::ServerFeeSummary::operator!= | ( | NetworkOPsImp::ServerFeeSummary const & | b | ) | const |
Definition at line 2289 of file NetworkOPs.cpp.
| bool xrpl::NetworkOPsImp::ServerFeeSummary::operator== | ( | ServerFeeSummary const & | b | ) | const |
Definition at line 282 of file NetworkOPs.cpp.
| std::uint32_t xrpl::NetworkOPsImp::ServerFeeSummary::loadFactorServer = 256 |
Definition at line 287 of file NetworkOPs.cpp.
| std::uint32_t xrpl::NetworkOPsImp::ServerFeeSummary::loadBaseServer = 256 |
Definition at line 288 of file NetworkOPs.cpp.
| XRPAmount xrpl::NetworkOPsImp::ServerFeeSummary::baseFee {10} |
Definition at line 289 of file NetworkOPs.cpp.
| std::optional<TxQ::Metrics> xrpl::NetworkOPsImp::ServerFeeSummary::em = std::nullopt |
Definition at line 290 of file NetworkOPs.cpp.