|
xrpld
|
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 | referenceFee {10} |
| The cost of a reference transaction in drops. | |
| XRPAmount | accountReserve {10 * kDropsPerXrp} |
| The account reserve requirement in drops. | |
| XRPAmount | ownerReserve {2 * kDropsPerXrp} |
| 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.
|
nodiscard |
| XRPAmount xrpl::FeeSetup::referenceFee {10} |
| XRPAmount xrpl::FeeSetup::accountReserve {10 * kDropsPerXrp} |
| XRPAmount xrpl::FeeSetup::ownerReserve {2 * kDropsPerXrp} |