Package org.stellar.sdk.responses
Class FeeStatsResponse
java.lang.Object
org.stellar.sdk.responses.Response
org.stellar.sdk.responses.FeeStatsResponse
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionFeeStatsResponse
(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