InflationRate class

Constructors

InflationRate({required double total, required double validator, required double foundation, required int epoch})
const
InflationRate.fromJson(Map<String, dynamic> json)
factory

Properties

epoch int
epoch for which these values are valid
final
foundation double
inflation allocated to the foundation
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
total double
total inflation
final
validator double
inflation allocated to validators
final

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