Table of Contents

Class ChallengeChainSubSlot

Namespace
chia.dotnet
Assembly
chia-dotnet.dll
public record ChallengeChainSubSlot : IEquatable<ChallengeChainSubSlot>
Inheritance
ChallengeChainSubSlot
Implements
Inherited Members
Extension Methods

Properties

ChallengeChainEndOfSlotVdf

public VDFInfo ChallengeChainEndOfSlotVdf { get; init; }

Property Value

VDFInfo

InfusedChallengeChainSubSlotHash

Only at the end of a slot

public string? InfusedChallengeChainSubSlotHash { get; init; }

Property Value

string

NewDifficulty

Only at the end of epoch, sub-epoch, and slot

public ulong? NewDifficulty { get; init; }

Property Value

ulong?

NewSubSlotIters

Only at the end of epoch, sub-epoch, and slot

public ulong? NewSubSlotIters { get; init; }

Property Value

ulong?

SubepochSummaryHash

Only once per sub-epoch, and one sub-epoch delayed

public string? SubepochSummaryHash { get; init; }

Property Value

string