Package org.stellar.sdk.responses
Class FeeStatsResponse
java.lang.Object
org.stellar.sdk.responses.Response
org.stellar.sdk.responses.FeeStatsResponse
Represents the response from the Horizon
/fee_stats endpoint.
Contains fee statistics for the last ledger, including the base fee, ledger capacity usage, and fee distributions (minimum, maximum, mode, and percentiles p10–p99) for both the fees actually charged and the maximum fees bid by transactions.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionFeeStatsResponse(Long lastLedger, Long lastLedgerBaseFee, String ledgerCapacityUsage, FeeStatsResponse.FeeDistribution feeCharged, FeeStatsResponse.FeeDistribution maxFee) -
Method Summary
-
Constructor Details
-
FeeStatsResponse
public FeeStatsResponse(Long lastLedger, Long lastLedgerBaseFee, String ledgerCapacityUsage, FeeStatsResponse.FeeDistribution feeCharged, FeeStatsResponse.FeeDistribution maxFee)
-
-
Method Details