Class VDFProof
public record VDFProof : IEquatable<VDFProof>
- Inheritance
-
VDFProof
- Implements
- Inherited Members
- Extension Methods
Properties
NormalizedToIdentity
public bool NormalizedToIdentity { get; init; }
Property Value
Witness
public string Witness { get; init; }
Property Value
WitnessType
public byte WitnessType { get; init; }