Table of Contents

Class SubEpochSummary

Namespace
chia.dotnet
Assembly
chia-dotnet.dll
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

ulong?

NewSubSlotIters

Only once per epoch (diff adjustment)

public ulong? NewSubSlotIters { get; init; }

Property Value

ulong?

NumBlocksOverflow

How many more blocks than 384*(N-1)

public byte NumBlocksOverflow { get; init; }

Property Value

byte

PrevSubepochSummaryHash

public string PrevSubepochSummaryHash { get; init; }

Property Value

string

RewardChainHash

hash of reward chain at end of last segment

public string RewardChainHash { get; init; }

Property Value

string