EpochContent class abstract

EpochContent

Properties:

  • epoch - Epoch number
  • startTime - Unix time of the start of the epoch
  • endTime - Unix time of the end of the epoch
  • firstBlockTime - Unix time of the first block of the epoch
  • lastBlockTime - Unix time of the last block of the epoch
  • blockCount - Number of blocks within the epoch
  • txCount - Number of transactions within the epoch
  • output - Sum of all the transactions within the epoch in Lovelaces
  • fees - Sum of all the fees within the epoch in Lovelaces
  • activeStake - Sum of all the active stakes within the epoch in Lovelaces
Annotations
  • @BuiltValue()

Constructors

EpochContent([void updates(EpochContentBuilder b)])
factory

Properties

activeStake String?
Sum of all the active stakes within the epoch in Lovelaces
no setter
blockCount int
Number of blocks within the epoch
no setter
endTime int
Unix time of the end of the epoch
no setter
epoch int
Epoch number
no setter
fees String
Sum of all the fees within the epoch in Lovelaces
no setter
firstBlockTime int
Unix time of the first block of the epoch
no setter
hashCode int
The hash code for this object.
no setterinherited
lastBlockTime int
Unix time of the last block of the epoch
no setter
output String
Sum of all the transactions within the epoch in Lovelaces
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime int
Unix time of the start of the epoch
no setter
txCount int
Number of transactions within the epoch
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(EpochContentBuilder)) EpochContent
Rebuilds the instance.
inherited
toBuilder() EpochContentBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<EpochContent>
no setter