Class GetFeeStatsResponse
java.lang.Object
org.stellar.sdk.responses.sorobanrpc.GetFeeStatsResponse
Response for JSON-RPC method getFeeStats.
- See Also:
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionGetFeeStatsResponse
(GetFeeStatsResponse.FeeDistribution sorobanInclusionFee, GetFeeStatsResponse.FeeDistribution inclusionFee, Long latestLedger) -
Method Summary
-
Constructor Details
-
GetFeeStatsResponse
public GetFeeStatsResponse(GetFeeStatsResponse.FeeDistribution sorobanInclusionFee, GetFeeStatsResponse.FeeDistribution inclusionFee, Long latestLedger)
-
-
Method Details