Table of Contents

Class ConnectorTreeNode

Namespace
NArk.Arkade.Emulator
Assembly
NArk.Arkade.dll

One node in the connector tree carried through the finalization request.

public sealed record ConnectorTreeNode : IEquatable<ConnectorTreeNode>
Inheritance
ConnectorTreeNode
Implements
Inherited Members

Constructors

ConnectorTreeNode(string, string, IReadOnlyDictionary<string, string>)

One node in the connector tree carried through the finalization request.

public ConnectorTreeNode(string Txid, string Tx, IReadOnlyDictionary<string, string> Children)

Parameters

Txid string
Tx string
Children IReadOnlyDictionary<string, string>

Properties

Children

public IReadOnlyDictionary<string, string> Children { get; init; }

Property Value

IReadOnlyDictionary<string, string>

Tx

public string Tx { get; init; }

Property Value

string

Txid

public string Txid { get; init; }

Property Value

string