Class HashOnlyProof
public record HashOnlyProof : IEquatable<HashOnlyProof>
- Inheritance
-
HashOnlyProof
- Implements
- Inherited Members
- Extension Methods
Properties
KeyClvmHash
public string KeyClvmHash { get; init; }
Property Value
NodeHash
public string NodeHash { get; init; }
Property Value
ValueClvmHash
public string ValueClvmHash { get; init; }
Property Value
layers
public IEnumerable<Layer> layers { get; init; }