Class SubEpochSummary
public record SubEpochSummary : IEquatable<SubEpochSummary>
- Inheritance
-
SubEpochSummary
- Implements
- Inherited Members
- Extension Methods
Properties
NewDifficulty
Only once per epoch (diff adjustment)
public ulong? NewDifficulty { get; init; }
Property Value
NewSubSlotIters
Only once per epoch (diff adjustment)
public ulong? NewSubSlotIters { get; init; }
Property Value
NumBlocksOverflow
How many more blocks than 384*(N-1)
public byte NumBlocksOverflow { get; init; }
Property Value
PrevSubepochSummaryHash
public string PrevSubepochSummaryHash { get; init; }
Property Value
RewardChainHash
hash of reward chain at end of last segment
public string RewardChainHash { get; init; }