BlockInfo class
Constructors
- BlockInfo.new({required String hash, required int timestamp, required int epoch, required int reward, required int fees, required int valueTransferCount, required int dataRequestCount, required int commitCount, required int revealCount, required int tallyCount, required bool confirmed, required String miner})
-
BlockInfo.fromJson(Map<
String, dynamic> data) -
factory
Properties
- commitCount → int
-
final
- confirmed → bool
-
final
- dataRequestCount → int
-
final
- epoch → int
-
final
- fees → int
-
final
- hash → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- miner → String
-
final
- revealCount → int
-
final
- reward → int
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tallyCount → int
-
final
- timestamp → int
-
final
- valueTransferCount → int
-
final
Methods
-
jsonMap(
) → Map< String, dynamic> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited