TxTree is a graph of bitcoin transactions. It is used to represent batch tree created during settlement session

Implements

Constructors

Properties

children: Map<number, TxTree> = ...
root: Transaction

Accessors

Methods

  • Parameters

    • txid: string
    • fn: (tx: Transaction) => void

    Returns void