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

Public Member Functions | |
| Fees | toFees () const |
| Convert to a Fees object for use with Ledger construction. | |
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.
| Fees xrpl::FeeSetup::toFees | ( | ) | const |
| XRPAmount xrpl::FeeSetup::reference_fee {10} |
| XRPAmount xrpl::FeeSetup::account_reserve {10 * DROPS_PER_XRP} |
| XRPAmount xrpl::FeeSetup::owner_reserve {2 * DROPS_PER_XRP} |