Class ProofOfSpace
public record ProofOfSpace : IEquatable<ProofOfSpace>
- Inheritance
-
ProofOfSpace
- Implements
- Inherited Members
- Extension Methods
Properties
Challenge
public string Challenge { get; init; }
Property Value
PlotPublicKey
public string PlotPublicKey { get; init; }
Property Value
PoolContractPuzzleHash
public string? PoolContractPuzzleHash { get; init; }
Property Value
Proof
public string Proof { get; init; }
Property Value
PublicPoolKey
Only one of these two should be present
public string? PublicPoolKey { get; init; }
Property Value
Size
public KSize Size { get; init; }