Interface FeeSettingsPostAmendmentFields

interface FeeSettingsPostAmendmentFields {
    BaseFeeDrops: string;
    ReserveBaseDrops: string;
    ReserveIncrementDrops: string;
}

Properties

BaseFeeDrops: string

The transaction cost of the "reference transaction" in drops of XRP as hexadecimal.

ReserveBaseDrops: string

The base reserve for an account in the XRP Ledger, as drops of XRP.

ReserveIncrementDrops: string

The incremental owner reserve for owning objects, as drops of XRP.