Table of Contents

Class BlockCountMetrics

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

Properties

CompactBlock

public int CompactBlock { get; init; }

Property Value

int

HintCount

public int HintCount { get; init; }

Property Value

int

UncompactBlocks

public int UncompactBlocks { get; init; }

Property Value

int