rippled
Public Attributes | List of all members
ripple::FeeSetup Struct Reference

Fee schedule for startup / standalone, and to vote for. More...

Collaboration diagram for ripple::FeeSetup:
Collaboration graph
[legend]

Public Attributes

XRPAmount reference_fee {10}
 The cost of a reference transaction in drops. More...
 
XRPAmount account_reserve {10 * DROPS_PER_XRP}
 The account reserve requirement in drops. More...
 
XRPAmount owner_reserve {2 * DROPS_PER_XRP}
 The per-owned item reserve requirement in drops. More...
 

Detailed Description

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 69 of file Config.h.

Member Data Documentation

◆ reference_fee

XRPAmount ripple::FeeSetup::reference_fee {10}

The cost of a reference transaction in drops.

Definition at line 72 of file Config.h.

◆ account_reserve

XRPAmount ripple::FeeSetup::account_reserve {10 * DROPS_PER_XRP}

The account reserve requirement in drops.

Definition at line 75 of file Config.h.

◆ owner_reserve

XRPAmount ripple::FeeSetup::owner_reserve {2 * DROPS_PER_XRP}

The per-owned item reserve requirement in drops.

Definition at line 78 of file Config.h.