|
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.
Definition at line 52 of file src/xrpld/core/Config.h.
|
nodiscard |
Convert to a Fees object for use with Ledger construction.
Definition at line 76 of file src/xrpld/core/Config.h.
| XRPAmount xrpl::FeeSetup::referenceFee {10} |
The cost of a reference transaction in drops.
Definition at line 57 of file src/xrpld/core/Config.h.
| XRPAmount xrpl::FeeSetup::accountReserve {10 * kDropsPerXrp} |
The account reserve requirement in drops.
Definition at line 62 of file src/xrpld/core/Config.h.
| XRPAmount xrpl::FeeSetup::ownerReserve {2 * kDropsPerXrp} |
The per-owned item reserve requirement in drops.
Definition at line 67 of file src/xrpld/core/Config.h.