Class ClassgroupElement
Represents a classgroup element (a,b,c) where a, b, and c are 512 bit signed integers. However this is using a compressed representation. VDF outputs are a single classgroup element. VDF proofs can also be one classgroup element(or multiple).
public record ClassgroupElement : IEquatable<ClassgroupElement>
  - Inheritance
 - 
      
      ClassgroupElement
 
- Implements
 
- Inherited Members
 
- Extension Methods
 
Properties
Data
public string Data { get; init; }
  Property Value
- string
 - Represents a classgroup element (a,b,c) where a, b, and c are 512 bit signed integers. However this is using a compressed representation. VDF outputs are a single classgroup element. VDF proofs can also be one classgroup element(or multiple).