| 
    rippled
    
   | 
 
Reflects the fee settings for a particular ledger. More...
#include <Fees.h>

Public Member Functions | |
| Fees ()=default | |
| Fees (Fees const &)=default | |
| Fees & | operator= (Fees const &)=default | 
| XRPAmount | accountReserve (std::size_t ownerCount) const | 
| Returns the account reserve given the owner count, in drops.   | |
Public Attributes | |
| XRPAmount | base {0} | 
| XRPAmount | reserve {0} | 
| XRPAmount | increment {0} | 
Reflects the fee settings for a particular ledger.
The fees are always the same for any transactions applied to a ledger. Changes to fees occur in between ledgers.
Definition at line 32 of file protocol/Fees.h.
      
  | 
  explicitdefault | 
      
  | 
  default | 
| XRPAmount ripple::Fees::accountReserve | ( | std::size_t | ownerCount | ) | const | 
Returns the account reserve given the owner count, in drops.
The reserve is calculated as the reserve base plus the reserve increment times the number of increments.
Definition at line 49 of file protocol/Fees.h.
| XRPAmount ripple::Fees::base {0} | 
Definition at line 34 of file protocol/Fees.h.
| XRPAmount ripple::Fees::reserve {0} | 
Definition at line 35 of file protocol/Fees.h.
| XRPAmount ripple::Fees::increment {0} | 
Definition at line 36 of file protocol/Fees.h.