ADAEpochInfoResponse class
Constructors
-
ADAEpochInfoResponse({required int epoch, required int startTime, required int endTime, required int firstBlockTime, required int lastBlockTime, required int blockCount, required int txCount, required String output, required String fees, String? activeStake})
-
-
ADAEpochInfoResponse.fromJson(Map<String, dynamic> json)
-
factory
Properties
-
activeStake
→ String?
-
Sum of all the active stakes within the epoch in Lovelaces
final
-
blockCount
→ int
-
Number of blocks within the epoch
final
-
endTime
→ int
-
Unix time of the end of the epoch
final
-
epoch
→ int
-
Epoch number
final
-
fees
→ String
-
Sum of all the fees within the epoch in Lovelaces
final
-
firstBlockTime
→ int
-
Unix time of the first block of the epoch
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
lastBlockTime
→ int
-
Unix time of the last block of the epoch
final
-
output
→ String
-
Sum of all the transactions within the epoch in Lovelaces
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
startTime
→ int
-
Unix time of the start of the epoch
final
-
txCount
→ int
-
Number of transactions within the epoch
final