Table of Contents

Class RewardChainBlockUnfinished

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

Properties

ChallengeChainSpSignature

public string ChallengeChainSpSignature { get; init; }

Property Value

string

ChallengeChainSpVdf

Not present for first sp in slot

public VDFInfo? ChallengeChainSpVdf { get; init; }

Property Value

VDFInfo

PosSsCcChallengeHash

public string PosSsCcChallengeHash { get; init; }

Property Value

string

ProofOfSpace

public ProofOfSpace ProofOfSpace { get; init; }

Property Value

ProofOfSpace

RewardChainSpSignature

public string RewardChainSpSignature { get; init; }

Property Value

string

RewardChainSpVdf

Not present for first sp in slot

public VDFInfo? RewardChainSpVdf { get; init; }

Property Value

VDFInfo

SignagePointIndex

public byte SignagePointIndex { get; init; }

Property Value

byte

TotalIters

public BigInteger TotalIters { get; init; }

Property Value

BigInteger