Class RewardChainBlock
public record RewardChainBlock : IEquatable<RewardChainBlock>
- Inheritance
-
RewardChainBlock
- Implements
- Inherited Members
- Extension Methods
Properties
ChallengeChainIpVdf
public VDFInfo ChallengeChainIpVdf { get; init; }
Property Value
ChallengeChainSpSignature
public string ChallengeChainSpSignature { get; init; }
Property Value
ChallengeChainSpVdf
Not present for first sp in slot
public VDFInfo? ChallengeChainSpVdf { get; init; }
Property Value
Height
public uint Height { get; init; }
Property Value
InfusedChallengeChainIpVdf
Iff deficit < 16
public VDFInfo? InfusedChallengeChainIpVdf { get; init; }
Property Value
IsTransactionBlock
public bool IsTransactionBlock { get; init; }
Property Value
PosSsCcChallengeHash
public string PosSsCcChallengeHash { get; init; }
Property Value
ProofOfSpace
public ProofOfSpace ProofOfSpace { get; init; }
Property Value
RewardChainIpVdf
public VDFInfo RewardChainIpVdf { 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; }
Property Value
Weight
public BigInteger Weight { get; init; }