HeliumTransactionUnknown class

Inheritance

Constructors

HeliumTransactionUnknown({required HeliumTransactionType type, required String hash, required int height, required DateTime time, required Map<String, dynamic> data})
HeliumTransactionUnknown.fromJson(Map<String, dynamic> json)
factory

Properties

data Map<String, dynamic>
The other fields in the transaction record.
final
hash String
The transaction hash.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
height int
The block containing the transaction.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
time DateTime
The transaction time.
finalinherited
type HeliumTransactionType
The type of transaction.
finalinherited

Methods

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

Operators

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