Table of Contents

Class PlotterInfo

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

Properties

CanInstall

public bool CanInstall { get; init; }

Property Value

bool

DisplayName

public string DisplayName { get; init; }

Property Value

string

Installed

public bool Installed { get; init; }

Property Value

bool

Version

public string? Version { get; init; }

Property Value

string