Table of Contents

Class PoolInfo

Namespace
chia.dotnet
Assembly
chia-dotnet.dll
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

byte

Properties

AuthenticationTokenTimeout

public byte AuthenticationTokenTimeout { get; init; }

Property Value

byte

Description

public string Description { get; init; }

Property Value

string

Fee

public decimal Fee { get; init; }

Property Value

decimal

LogoUri

public Uri LogoUri { get; init; }

Property Value

Uri

MinimumDifficulty

public ulong MinimumDifficulty { get; init; }

Property Value

ulong

Name

public string Name { get; init; }

Property Value

string

ProtocolVersion

public byte ProtocolVersion { get; init; }

Property Value

byte

RelativeLockHeight

public uint RelativeLockHeight { get; init; }

Property Value

uint

TargetPuzzleHash

public string? TargetPuzzleHash { get; init; }

Property Value

string