StatisticsParams enum
Values
- list_rollbacks → const StatisticsParams
- num_unique_miners → const StatisticsParams
- num_unique_data_request_solvers → const StatisticsParams
- top_100_miners → const StatisticsParams
- top_100_data_request_solvers → const StatisticsParams
- percentile_staking_balances → const StatisticsParams
- histogram_data_requests → const StatisticsParams
- histogram_data_request_composition → const StatisticsParams
- histogram_data_request_lie_rate → const StatisticsParams
- histogram_burn_rate → const StatisticsParams
- histogram_value_transfers → const StatisticsParams
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
StatisticsParams> - A constant List of the values in this enum, in order of their declaration.