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.
UtxoProcessor provides two properties:
rpc
events
IUtxoProcessorArgs, UtxoContext, RpcClient, NetworkId, EventDispatcher IConnectEvent IDisconnectEvent
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.
UtxoProcessor provides two properties:
rpc
: the RpcClient used for network communicationevents
: the EventDispatcher used for IWalletEvent notificationsSee
IUtxoProcessorArgs, UtxoContext, RpcClient, NetworkId, EventDispatcher IConnectEvent IDisconnectEvent