Table of Contents

Class HashOnlyProof

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

Properties

KeyClvmHash

public string KeyClvmHash { get; init; }

Property Value

string

NodeHash

public string NodeHash { get; init; }

Property Value

string

ValueClvmHash

public string ValueClvmHash { get; init; }

Property Value

string

layers

public IEnumerable<Layer> layers { get; init; }

Property Value

IEnumerable<Layer>