UnstakeInfo class

Inheritance

Constructors

UnstakeInfo.new({required String hash, required int? epoch, required int timestamp, required String? block, required bool confirmed, required bool reverted, required String validator, required String withdrawer, required int unstakeValue, required int fee, required int nonce, required int weight})
UnstakeInfo.fromJson(Map<String, dynamic> data)
factory

Properties

block String?
final
blockHash → dynamic
finalinherited
confirmed bool
final
epoch int?
final
fee int
final
hash String
final
hashCode int
The hash code for this object.
no setterinherited
nonce int
final
reverted bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status TxStatusLabel
finalinherited
timestamp int
final
txnHash String
finalinherited
txnTime int
finalinherited
type TransactionType
finalinherited
unstakeValue int
final
validator String
final
weight int
final
withdrawer String
final

Methods

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

Operators

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