Interface FeeSettings

The FeeSettings object type contains the current base transaction cost and reserve amounts as determined by fee voting.

The fields will be based on the status of the XRPFees amendment.

interface FeeSettings {
    Flags: 0;
    index: string;
    LedgerEntryType: "FeeSettings";
    PreviousTxnID?: string;
    PreviousTxnLgrSeq?: number;
}

Properties

Flags: 0

A bit-map of boolean flags for this object. No flags are defined for this type.

index: string
LedgerEntryType: "FeeSettings"
PreviousTxnID?: string

The identifying hash of the transaction that most recently modified this object. This field was added in the fixPreviousTxnID amendment, so it may not be present in every object.

PreviousTxnLgrSeq?: number

The index of the ledger that contains the transaction that most recently modified this object. This field was added in the fixPreviousTxnID amendment, so it may not be present in every object.