Show / Hide Table of Contents

Class FeeStatsResponse.FeeStatsResponseData

Inheritance
System.Object
FeeStatsResponse.FeeStatsResponseData
Namespace: System.Dynamic.ExpandoObject
Assembly: stellar-dotnet-sdk.dll
Syntax
public class FeeStatsResponseData : object

Constructors

FeeStatsResponseData(Int64, Int64, Int64, Int64, Int64, Int64, Int64, Int64, Int64, Int64, Int64, Int64, Int64, Int64)

Declaration
public FeeStatsResponseData(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)
Parameters
Type Name Description
System.Int64 max
System.Int64 min
System.Int64 mode
System.Int64 p10
System.Int64 p20
System.Int64 p30
System.Int64 p40
System.Int64 p50
System.Int64 p60
System.Int64 p70
System.Int64 p80
System.Int64 p90
System.Int64 p95
System.Int64 p99

Properties

Max

Declaration
public long Max { get; }
Property Value
System.Int64

Min

Declaration
public long Min { get; }
Property Value
System.Int64

Mode

Declaration
public long Mode { get; }
Property Value
System.Int64

P10

Declaration
public long P10 { get; }
Property Value
System.Int64

P20

Declaration
public long P20 { get; }
Property Value
System.Int64

P30

Declaration
public long P30 { get; }
Property Value
System.Int64

P40

Declaration
public long P40 { get; }
Property Value
System.Int64

P50

Declaration
public long P50 { get; }
Property Value
System.Int64

P60

Declaration
public long P60 { get; }
Property Value
System.Int64

P70

Declaration
public long P70 { get; }
Property Value
System.Int64

P80

Declaration
public long P80 { get; }
Property Value
System.Int64

P90

Declaration
public long P90 { get; }
Property Value
System.Int64

P95

Declaration
public long P95 { get; }
Property Value
System.Int64

P99

Declaration
public long P99 { get; }
Property Value
System.Int64

Back to top Generated by DocFX