Class Proof
public record Proof : IEquatable<Proof>
- Inheritance
-
Proof
- Implements
- Inherited Members
- Extension Methods
Properties
Key
public string Key { get; init; }
Property Value
Layers
public IEnumerable<Layer> Layers { get; init; }
Property Value
NodeHash
public string NodeHash { get; init; }
Property Value
Value
public string Value { get; init; }