| 
    rippled
    
   | 
 
Fee schedule for startup / standalone, and to vote for. More...
#include <Config.h>

Public Attributes | |
| XRPAmount | reference_fee {10} | 
| The cost of a reference transaction in drops.   | |
| XRPAmount | account_reserve {10 * DROPS_PER_XRP} | 
| The account reserve requirement in drops.   | |
| XRPAmount | owner_reserve {2 * DROPS_PER_XRP} | 
| The per-owned item reserve requirement in drops.   | |
Fee schedule for startup / standalone, and to vote for.
During voting ledgers, the FeeVote logic will try to move towards these values when injecting fee-setting transactions. A default-constructed Setup contains recommended values.
| XRPAmount ripple::FeeSetup::reference_fee {10} | 
| XRPAmount ripple::FeeSetup::account_reserve {10 * DROPS_PER_XRP} | 
| XRPAmount ripple::FeeSetup::owner_reserve {2 * DROPS_PER_XRP} |