@arkade-os/sdk Documentation - v0.3.11
    Preparing search index...

    Class TxTree

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

    Index

    Constructors

    Properties

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

    Accessors

    Methods

    • Parameters

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

      Returns void