Table of Contents

Class PoolPoint

Namespace
chia.dotnet
Assembly
chia-dotnet.dll
[JsonConverter(typeof(PoolPointConverter))]
public record PoolPoint : IEquatable<PoolPoint>
Inheritance
PoolPoint
Implements
Inherited Members
Extension Methods

Properties

DateTimeFound

[JsonIgnore]
public DateTime DateTimeFound { get; }

Property Value

DateTime

Difficulty

public ulong Difficulty { get; init; }

Property Value

ulong

TimeFound

public double TimeFound { get; init; }

Property Value

double