Class InternalNode
public record InternalNode : IEquatable<InternalNode>
  - Inheritance
 - 
      
      InternalNode
 
- Implements
 
- Inherited Members
 
- Extension Methods
 
Properties
Atom
public string Atom { get; init; }
  Property Value
Hash
public string Hash { get; init; }
  Property Value
LeftHash
public string LeftHash { get; init; }
  Property Value
Pair
public (string, string) Pair { get; init; }
  Property Value
RightHash
public string RightHash { get; init; }