cashuRestoreScanProgress abstract method

String cashuRestoreScanProgress(
  1. int keysets,
  2. int proofs
)

Scan progress in the restore-from-mint dialog

In en, this message translates to: 'Scanned {keysets} keyset(s) ยท {proofs} proof(s) found'

Implementation

String cashuRestoreScanProgress(int keysets, int proofs);