UtxoProcessor class is the main coordinator that manages UTXO processing between multiple UtxoContext instances. It acts as a bridge between the Spectre node RPC connection, address subscriptions and UtxoContext instances.

Constructors

Properties

networkId: string

Methods

  • Returns void

  • Parameters

    Returns void

  • Starts the UtxoProcessor and begins processing UTXO and other notifications.

    Returns Promise<void>

  • Stops the UtxoProcessor and ends processing UTXO and other notifications.

    Returns Promise<void>

    • Return copy of self without private attributes.

    Returns Object

  • Return stringified version of self.

    Returns string