widgets/wallets/cashu_restore
library
Classes
-
CashuRestoreProgressDialog
-
Live-progress dialog for
Cashu.restore: scans the mint for proofs derived
from this wallet's seed and pops with the final CashuRestoreResult once
the scan completes.
Functions
-
showCashuRestoreDialog(BuildContext context, NdkFlutter ndkFlutter, {String defaultMintUrl = ''})
→ Future<CashuRestoreResult?>
-
Prompts the user for a mint URL and runs
Cashu.restore with live progress
shown in a dialog. Returns the final CashuRestoreResult, or null when
cancelled.