fullScan
abstract fun fullScan(request: FullScanRequest, stopGap: ULong, parallelRequests: ULong): Update(source)
Scan keychain scripts for transactions against Esplora, returning an update that can be applied to the receiving structures.
request
provides the data required to perform a script-pubkey-based full scan (see `FullScanRequest`). The full scan for each keychain (K
) stops after a gap of stop_gap
script pubkeys with no associated transactions. parallel_requests
specifies the maximum number of HTTP requests to make in parallel.