org.plasmalabs.proto.node.EpochData
See theEpochData companion object
final case class EpochData(epoch: Long, eon: Long, era: Long, isComplete: Boolean, startHeight: Long, endHeight: Long, startSlot: Long, endSlot: Long, startTimestamp: Long, endTimestamp: Long, transactionCount: Long, totalTransactionReward: Int128, activeStake: Int128, inactiveStake: Int128, dataBytes: Long, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[EpochData]
Epoch data Contains, The "current" epoch is updated as node blocks are adopted over time
Value parameters
- activeStake
-
The sum of all stake that is registered for the epoch
- dataBytes
-
The sum total number of bytes of headers and transactions for the epoch
- endHeight
-
The height of the last/latest block in the epoch
- endSlot
-
The final slot of the epoch
- endTimestamp
-
The timestamp of the epoch end
- eon
-
eon
- epoch
-
epoch
- era
-
era
- inactiveStake
-
The sum of all stake that is not registered for the epoch
- isComplete
-
Flag indicating if the epoch has been completed
- startHeight
-
The height of the first block in the epoch
- startSlot
-
The first slot of the epoch
- startTimestamp
-
The timestamp of the epoch start
- totalTransactionReward
-
The sum of all transaction rewards in the epoch
- transactionCount
-
The total number of transactions in this epoch
Attributes
Members list
In this article