Table of Contents

Class ProofOfSpace

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

Properties

Challenge

public string Challenge { get; init; }

Property Value

string

PlotPublicKey

public string PlotPublicKey { get; init; }

Property Value

string

PoolContractPuzzleHash

public string? PoolContractPuzzleHash { get; init; }

Property Value

string

Proof

public string Proof { get; init; }

Property Value

string

PublicPoolKey

Only one of these two should be present

public string? PublicPoolKey { get; init; }

Property Value

string

Size

public KSize Size { get; init; }

Property Value

KSize