Table of Contents

Class HarvesterConnection

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

Properties

Host

public string Host { get; init; }

Property Value

string

IsLocal

Flag indicating whether the harvester is local to the node

[JsonIgnore]
public bool IsLocal { get; }

Property Value

bool

NodeId

public string NodeId { get; init; }

Property Value

string

Port

public int Port { get; init; }

Property Value

int