Table of Contents

Class InternalNode

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

Properties

Atom

public string Atom { get; init; }

Property Value

string

Hash

public string Hash { get; init; }

Property Value

string

LeftHash

public string LeftHash { get; init; }

Property Value

string

Pair

public (string, string) Pair { get; init; }

Property Value

(string, string)

RightHash

public string RightHash { get; init; }

Property Value

string