Table of Contents

Class VDFInfo

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

Properties

Challenge

Used to generate the discriminant (VDF group)

public string Challenge { get; init; }

Property Value

string

NumberOfIterations

public ulong NumberOfIterations { get; init; }

Property Value

ulong

Output

public ClassgroupElement Output { get; init; }

Property Value

ClassgroupElement