Class ChallengeChainSubSlot
public record ChallengeChainSubSlot : IEquatable<ChallengeChainSubSlot>
- Inheritance
-
ChallengeChainSubSlot
- Implements
- Inherited Members
- Extension Methods
Properties
ChallengeChainEndOfSlotVdf
public VDFInfo ChallengeChainEndOfSlotVdf { get; init; }
Property Value
InfusedChallengeChainSubSlotHash
Only at the end of a slot
public string? InfusedChallengeChainSubSlotHash { get; init; }
Property Value
NewDifficulty
Only at the end of epoch, sub-epoch, and slot
public ulong? NewDifficulty { get; init; }
Property Value
NewSubSlotIters
Only at the end of epoch, sub-epoch, and slot
public ulong? NewSubSlotIters { get; init; }
Property Value
SubepochSummaryHash
Only once per sub-epoch, and one sub-epoch delayed
public string? SubepochSummaryHash { get; init; }