WalletSyncProgress

data class WalletSyncProgress(val fraction: Float?, val label: String)

Wallet-sync progress for the sheet's WalletSyncIndicator.

Parameters

fraction

0f..1f when a count is known (determinate); null for the unmeasurable tail (e.g. Rust replay) — render as indeterminate.

label

Stage / detail text, e.g. "Syncing dust".

Constructors

Link copied to clipboard
constructor(fraction: Float?, label: String)

Properties

Link copied to clipboard
Link copied to clipboard