Table of Contents

Class PoolStateInfo

Namespace
chia.dotnet
Assembly
chia-dotnet.dll

This type does not exist in the chia python, but is returned as a dicitonary for the UI to show pool state. Not to be confused with PoolState

public record PoolStateInfo : IEquatable<PoolStateInfo>
Inheritance
PoolStateInfo
Implements
Inherited Members
Extension Methods

Properties

AuthenticationTokenTimeout

public byte? AuthenticationTokenTimeout { get; init; }

Property Value

byte?
This type does not exist in the chia python, but is returned as a dicitonary for the UI to show pool state. Not to be confused with

CurrentDifficulty

public ulong? CurrentDifficulty { get; init; }

Property Value

ulong?
This type does not exist in the chia python, but is returned as a dicitonary for the UI to show pool state. Not to be confused with

CurrentPoints

public ulong CurrentPoints { get; init; }

Property Value

ulong
This type does not exist in the chia python, but is returned as a dicitonary for the UI to show pool state. Not to be confused with

NextFarmerUpdate

public double NextFarmerUpdate { get; init; }

Property Value

double
This type does not exist in the chia python, but is returned as a dicitonary for the UI to show pool state. Not to be confused with

NextFarmerUpdateDateTime

[JsonIgnore]
public DateTime NextFarmerUpdateDateTime { get; }

Property Value

DateTime
This type does not exist in the chia python, but is returned as a dicitonary for the UI to show pool state. Not to be confused with

NextPoolInfoUpdate

public double NextPoolInfoUpdate { get; init; }

Property Value

double
This type does not exist in the chia python, but is returned as a dicitonary for the UI to show pool state. Not to be confused with

NextPoolInfoUpdateDateTime

[JsonIgnore]
public DateTime NextPoolInfoUpdateDateTime { get; }

Property Value

DateTime
This type does not exist in the chia python, but is returned as a dicitonary for the UI to show pool state. Not to be confused with

PlotCount

public int PlotCount { get; init; }

Property Value

int
This type does not exist in the chia python, but is returned as a dicitonary for the UI to show pool state. Not to be confused with

PointsAcknowledged24h

[JsonProperty("points_acknowledged_24h")]
public IEnumerable<PoolPoint> PointsAcknowledged24h { get; init; }

Property Value

IEnumerable<PoolPoint>
This type does not exist in the chia python, but is returned as a dicitonary for the UI to show pool state. Not to be confused with

PointsAcknowledgedSinceStart

public ulong PointsAcknowledgedSinceStart { get; init; }

Property Value

ulong
This type does not exist in the chia python, but is returned as a dicitonary for the UI to show pool state. Not to be confused with

PointsFound24h

[JsonProperty("points_found_24h")]
public IEnumerable<PoolPoint> PointsFound24h { get; init; }

Property Value

IEnumerable<PoolPoint>
This type does not exist in the chia python, but is returned as a dicitonary for the UI to show pool state. Not to be confused with

PointsFoundSinceStart

public ulong PointsFoundSinceStart { get; init; }

Property Value

ulong
This type does not exist in the chia python, but is returned as a dicitonary for the UI to show pool state. Not to be confused with

PoolConfig

public PoolWalletConfig PoolConfig { get; init; }

Property Value

PoolWalletConfig
This type does not exist in the chia python, but is returned as a dicitonary for the UI to show pool state. Not to be confused with

PoolErrors24h

public IEnumerable<ErrorResponse> PoolErrors24h { get; init; }

Property Value

IEnumerable<ErrorResponse>
This type does not exist in the chia python, but is returned as a dicitonary for the UI to show pool state. Not to be confused with