HeliumHotspotRewardTotal class

A sum of the rewards earned by a hotspot from participating in multiple Proof of Coverage transactions and forwarding Data Packets.

Annotations
  • @JsonSerializable()

Constructors

HeliumHotspotRewardTotal({required int sum})
Creates a new instance.
HeliumHotspotRewardTotal.fromJson(Map<String, dynamic> json)
Creates an instance from a map derived from the JSON serialization.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sum int
The sum of rewards earned, in bones (1 HNT == 100 000 000 bones)
final

Methods

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

Operators

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