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

Wallet SDK

  • Set the coinbase transaction maturity period DAA score for a given network. This controls the DAA period after which the user transactions are considered mature and the wallet subsystem emits the transaction maturity event.

    Parameters

    Returns void

  • Set the user transaction maturity period DAA score for a given network. This controls the DAA period after which the user transactions are considered mature and the wallet subsystem emits the transaction maturity event.

    Parameters

    Returns void

Other

isActive: boolean
networkId: string
  • 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

Generated using TypeDoc