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.
IUtxoProcessorArgs, UtxoContext, RpcClient, NetworkId, IConnectEvent IDisconnectEvent
UtxoProcessor constructor.
IUtxoProcessorArgs
Readonly
Optional
Stops the UtxoProcessor and ends processing UTXO and other notifications.
Starts the UtxoProcessor and begins processing UTXO and other notifications.
Return stringified version of self.
Generated using TypeDoc
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.
See
IUtxoProcessorArgs, UtxoContext, RpcClient, NetworkId, IConnectEvent IDisconnectEvent