Table of Contents

Class TerminalNode

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

Properties

Hash

public string Hash { get; init; }

Property Value

string

Key

public string Key { get; init; }

Property Value

string

Value

public string Value { get; init; }

Property Value

string