Class PoolInfo
public record PoolInfo : IEquatable<PoolInfo>
- Inheritance
-
PoolInfo
- Implements
- Inherited Members
- Extension Methods
Fields
POOL_PROTOCOL_VERSION
The current version of the pool protocol
public const byte POOL_PROTOCOL_VERSION = 1
Field Value
Properties
AuthenticationTokenTimeout
public byte AuthenticationTokenTimeout { get; init; }
Property Value
Description
public string Description { get; init; }
Property Value
Fee
public decimal Fee { get; init; }
Property Value
LogoUri
public Uri LogoUri { get; init; }
Property Value
MinimumDifficulty
public ulong MinimumDifficulty { get; init; }
Property Value
Name
public string Name { get; init; }
Property Value
ProtocolVersion
public byte ProtocolVersion { get; init; }
Property Value
RelativeLockHeight
public uint RelativeLockHeight { get; init; }
Property Value
TargetPuzzleHash
public string? TargetPuzzleHash { get; init; }