Class PoolPoint
[JsonConverter(typeof(PoolPointConverter))]
public record PoolPoint : IEquatable<PoolPoint>
- Inheritance
-
PoolPoint
- Implements
- Inherited Members
- Extension Methods
Properties
DateTimeFound
[JsonIgnore]
public DateTime DateTimeFound { get; }
Property Value
Difficulty
public ulong Difficulty { get; init; }
Property Value
TimeFound
public double TimeFound { get; init; }