Class ConnectorTreeNode
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
TxidstringTxstringChildrenIReadOnlyDictionary<string, string>
Properties
Children
public IReadOnlyDictionary<string, string> Children { get; init; }
Property Value
Tx
public string Tx { get; init; }
Property Value
Txid
public string Txid { get; init; }