Class FarmerSignagePoint
This type doesn't exist in the chia code but is generated and passed around as a dictionary (not to be confused with SignagePoint)
public record FarmerSignagePoint : IEquatable<FarmerSignagePoint>
- Inheritance
-
FarmerSignagePoint
- Implements
- Inherited Members
- Extension Methods
Properties
ChallengeChainSp
public string ChallengeChainSp { get; init; }
Property Value
- string
- This type doesn't exist in the chia code but is generated and passed around as a dictionary (not to be confused with )
ChallengeHash
public string ChallengeHash { get; init; }
Property Value
- string
- This type doesn't exist in the chia code but is generated and passed around as a dictionary (not to be confused with )
Difficulty
public ulong Difficulty { get; init; }
Property Value
- ulong
- This type doesn't exist in the chia code but is generated and passed around as a dictionary (not to be confused with )
RewardChainSp
public string RewardChainSp { get; init; }
Property Value
- string
- This type doesn't exist in the chia code but is generated and passed around as a dictionary (not to be confused with )
SignagePointIndex
public byte SignagePointIndex { get; init; }
Property Value
- byte
- This type doesn't exist in the chia code but is generated and passed around as a dictionary (not to be confused with )
SubSlotIters
public ulong SubSlotIters { get; init; }
Property Value
- ulong
- This type doesn't exist in the chia code but is generated and passed around as a dictionary (not to be confused with )