Table of Contents

Class TxTreeNode

Namespace
NArk.Core.Batches
Assembly
NArk.Core.dll

Node in the transaction tree for serialization

public record TxTreeNode : IEquatable<TxTreeNode>
Inheritance
TxTreeNode
Implements
Inherited Members

Constructors

TxTreeNode(PSBT, Dictionary<int, uint256>)

Node in the transaction tree for serialization

public TxTreeNode(PSBT Tx, Dictionary<int, uint256> Children)

Parameters

Tx PSBT
Children Dictionary<int, uint256>

Properties

Children

public Dictionary<int, uint256> Children { get; init; }

Property Value

Dictionary<int, uint256>

Tx

public PSBT Tx { get; init; }

Property Value

PSBT