Table of Contents

Class PlotInfo

Namespace
chia.dotnet
Assembly
chia-dotnet.dll

Info about a plot file

public record PlotInfo : IEquatable<PlotInfo>
Inheritance
PlotInfo
Implements
Inherited Members
Extension Methods

Properties

DateTimeModified

[JsonIgnore]
public DateTime DateTimeModified { get; }

Property Value

DateTime
Info about a plot file

FileSize

public ulong FileSize { get; init; }

Property Value

ulong
Info about a plot file

Filename

public string Filename { get; init; }

Property Value

string
Info about a plot file

PlotId

public string PlotId { get; init; }

Property Value

string
Info about a plot file

PlotPublicKey

public string? PlotPublicKey { get; init; }

Property Value

string
Info about a plot file

PoolContractPuzzleHash

public string PoolContractPuzzleHash { get; init; }

Property Value

string
Info about a plot file

PoolPublicKey

public string? PoolPublicKey { get; init; }

Property Value

string
Info about a plot file

Size

public KSize Size { get; init; }

Property Value

KSize
Info about a plot file

TimeModified

public double TimeModified { get; init; }

Property Value

double
Info about a plot file