Fee Settings
The FeeSettings
object type contains the current base transaction cost and reserve amounts as determined by fee voting. Each ledger version contains at most one FeeSettings
object.
Example JSON
Example FeeSettings
object:
Fields
The FeeSettings
object has the following fields:
Warning: The JSON format for this ledger object type is unusual. The BaseFee
, ReserveBase
, and ReserveIncrement
indicate drops of XAH but not in the usual format for [specifying XAH][Currency Amount].
If the [XAHFees amendment][] is enabled, the FeeSettings
object has these fields instead:
FeeSettings ID Format
The FeeSettings
object ID is the hash of the FeeSettings
space key (0x0065
) only. This means that the ID of the FeeSettings
object in a ledger is always:
Last updated