1#ifndef XRPL_PROTOCOL_FEES_H_INCLUDED 
    2#define XRPL_PROTOCOL_FEES_H_INCLUDED 
    4#include <xrpl/protocol/XRPAmount.h> 
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
 
Reflects the fee settings for a particular ledger.
 
Fees & operator=(Fees const &)=default
 
Fees(Fees const &)=default
 
XRPAmount accountReserve(std::size_t ownerCount) const
Returns the account reserve given the owner count, in drops.