TxTreeNode: { children: Record<number, string>; tx: string; txid: string }

TxTreeNode is a node of the tree. It contains the transaction id, the transaction and the children. any TxTree can be serialized as a list of TxTreeNode.

Type declaration

  • children: Record<number, string>
  • tx: string
  • txid: string