Table of Contents

Class RewardChainSubSlot

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

Properties

ChallengeChainSubSlotHash

public string ChallengeChainSubSlotHash { get; init; }

Property Value

string

Deficit

16 or less. usually zero

public byte Deficit { get; init; }

Property Value

byte

EndOfSlotVdf

public VDFInfo EndOfSlotVdf { get; init; }

Property Value

VDFInfo

InfusedChallengeChainSubSlotHash

public string? InfusedChallengeChainSubSlotHash { get; init; }

Property Value

string