Properties
Private _isStarted
_isStarted: boolean = false
Private cache
cache: Set<string> = ...
Private contract
contract: Contract
Private handleNullifier
handleNullifier: NullifierHandler = ...
Private handleUtxo
handleUtxo: UtxoHandler = ...
Private keypair
Private tasks
tasks: TaskQueue = ...
Private unsubscribe
unsubscribe: UnsubscribeFn = ...