Table of Contents

Class VtxoTreeNode

Namespace
NArk.Core.Transport.Models
Assembly
NArk.Core.dll

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

Txid string
Children Dictionary<uint, string>

Properties

Children

public Dictionary<uint, string> Children { get; init; }

Property Value

Dictionary<uint, string>

Txid

public string Txid { get; init; }

Property Value

string