Table of Contents

Class Proof

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

Properties

Key

public string Key { get; init; }

Property Value

string

Layers

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

Property Value

IEnumerable<Layer>

NodeHash

public string NodeHash { get; init; }

Property Value

string

Value

public string Value { get; init; }

Property Value

string