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.
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.
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.
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