Class PoolTarget
public record PoolTarget : IEquatable<PoolTarget>
- Inheritance
-
PoolTarget
- Implements
- Inherited Members
- Extension Methods
Properties
MaxHeight
A max height of 0 means it is valid forever
public uint MaxHeight { get; init; }
Property Value
PuzzleHash
public string PuzzleHash { get; init; }