Class TxTreeNode
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
TxPSBTChildrenDictionary<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