Class RewardChainBlockUnfinished
public record RewardChainBlockUnfinished : IEquatable<RewardChainBlockUnfinished>
- Inheritance
-
RewardChainBlockUnfinished
- Implements
- Inherited Members
- Extension Methods
Properties
ChallengeChainSpSignature
public string ChallengeChainSpSignature { get; init; }
Property Value
ChallengeChainSpVdf
Not present for first sp in slot
public VDFInfo? ChallengeChainSpVdf { get; init; }
Property Value
PosSsCcChallengeHash
public string PosSsCcChallengeHash { get; init; }
Property Value
ProofOfSpace
public ProofOfSpace ProofOfSpace { get; init; }
Property Value
RewardChainSpSignature
public string RewardChainSpSignature { get; init; }
Property Value
RewardChainSpVdf
Not present for first sp in slot
public VDFInfo? RewardChainSpVdf { get; init; }
Property Value
SignagePointIndex
public byte SignagePointIndex { get; init; }
Property Value
TotalIters
public BigInteger TotalIters { get; init; }