xrpl
    Preparing search index...

    Interface FeeSettingsPreAmendmentFields

    interface FeeSettingsPreAmendmentFields {
        BaseFee: string;
        ReferenceFeeUnits: number;
        ReserveBase: number;
        ReserveIncrement: number;
    }
    Index

    Properties

    BaseFee: string

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

    ReferenceFeeUnits: number

    The BaseFee translated into "fee units".

    ReserveBase: number

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

    ReserveIncrement: number

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