3#include <xrpl/protocol/XRPAmount.h>
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
constexpr std::uint32_t FEE_UNITS_DEPRECATED
Reflects the fee settings for a particular ledger.
Fees(Fees const &)=default
Fees(XRPAmount base_, XRPAmount reserve_, XRPAmount increment_)
XRPAmount accountReserve(std::size_t ownerCount) const
Returns the account reserve given the owner count, in drops.
XRPAmount reserve
Minimum XRP an account must hold to exist on the ledger.
XRPAmount increment
Additional XRP reserve required per owned ledger object.
XRPAmount base
Cost of a reference transaction in drops.
Fees & operator=(Fees const &)=default