Class VtxoTreeNode
A node in the VTXO tree structure returned by the indexer.
public record VtxoTreeNode : IEquatable<VtxoTreeNode>
- Inheritance
-
VtxoTreeNode
- Implements
- Inherited Members
Constructors
VtxoTreeNode(string, Dictionary<uint, string>)
A node in the VTXO tree structure returned by the indexer.
public VtxoTreeNode(string Txid, Dictionary<uint, string> Children)
Parameters
TxidstringChildrenDictionary<uint, string>
Properties
Children
public Dictionary<uint, string> Children { get; init; }
Property Value
Txid
public string Txid { get; init; }