Table of Contents

Class PeerCounts

Namespace
chia.dotnet
Assembly
chia-dotnet.dll
public record PeerCounts : IEquatable<PeerCounts>
Inheritance
PeerCounts
Implements
Inherited Members
Extension Methods

Properties

Ipv4Last5Days

[JsonProperty("ipv4_last_5_days")]
public int Ipv4Last5Days { get; init; }

Property Value

int

Ipv6Last5Days

[JsonProperty("ipv6_last_5_days")]
public int Ipv6Last5Days { get; init; }

Property Value

int

ReliableNodes

public int ReliableNodes { get; init; }

Property Value

int

TotalLast5Days

[JsonProperty("total_last_5_days")]
public int TotalLast5Days { get; init; }

Property Value

int

Versions

public IDictionary<string, int> Versions { get; init; }

Property Value

IDictionary<string, int>