SupplyInfo class

Constructors

SupplyInfo({required int blocksMinted, required double blocksMintedReward, required int blocksMissing, required double blocksMissingReward, required int collateralLocked, required int collateralizedDataRequests, required double currentLockedSupply, required int currentTime, required double currentUnlockedSupply, required int epoch, required double totalSupply})
SupplyInfo.fromJson(Map<String, dynamic> json)
factory
SupplyInfo.fromRawJson(String str)
factory

Properties

blocksMinted int
final
blocksMintedReward double
final
blocksMissing int
final
blocksMissingReward double
final
collateralizedDataRequests int
final
collateralLocked int
final
currentLockedSupply double
final
currentTime int
final
currentUnlockedSupply double
final
epoch int
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalSupply double
final

Methods

jsonMap() Map<String, dynamic>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toRawJson() String
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited