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