UtxoProcessor constructor.
Readonly
isReadonly
networkReadonly
rpcOptional
callback: UtxoProcessorNotificationCallback<E>Optional
callback: UtxoProcessorNotificationCallback<keyof UtxoProcessorEventMap>Static
setSet 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.
Static
setSet 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.
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