java.lang.Object
org.stellar.sdk.responses.sorobanrpc.GetFeeStatsResponse.FeeDistribution
-
Constructor Summary
Constructors
FeeDistribution(Long max,
Long min,
Long mode,
Long p10,
Long p20,
Long p30,
Long p40,
Long p50,
Long p60,
Long p70,
Long p80,
Long p90,
Long p95,
Long p99,
Long transactionCount,
Long ledgerCount)
-
Method Summary
-
Constructor Details
-
FeeDistribution
public FeeDistribution(Long max,
Long min,
Long mode,
Long p10,
Long p20,
Long p30,
Long p40,
Long p50,
Long p60,
Long p70,
Long p80,
Long p90,
Long p95,
Long p99,
Long transactionCount,
Long ledgerCount)
-
Method Details
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
getTransactionCount
public Long getTransactionCount()
-
getLedgerCount
public Long getLedgerCount()
-
-
-