HeliumHotspotStatus class

Annotations
  • @JsonSerializable()

Constructors

HeliumHotspotStatus({int? height, required String online, String? timestamp, List<String>? listenAddresses})
HeliumHotspotStatus.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
height int?
The highest block synced by the hotspot when this status update was obtained.
final
listenAddresses List<String>?
Internet addresses where the hotspot is listening. e.g. '/ip4/www.xxx.yyy.zzz/tcp/44158'
final
online String
Indicates if the hotspot is online.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp String?
The timestamp of this status update.
final

Methods

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

Operators

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