downloadWalletKeys

suspend fun downloadWalletKeys(onProgress: (Float) -> Unit = {})

Download all wallet proving keys from S3.

Downloads ~24MB total. Shows progress via callback. Safe to call multiple times — skips already-downloaded files.

Parameters

onProgress

Callback with progress 0.0 to 1.0

Throws

if download fails