WalletBalanceCompact

fun WalletBalanceCompact(ui: WalletBalanceUi, syncProgress: WalletSyncProgress?, colors: WalletPanelColors, onReceive: () -> Unit, onRefresh: () -> Unit, onRegister: () -> Unit, modifier: Modifier = Modifier, busy: Boolean = false, onSend: () -> Unit? = null)

Compact wallet balance — the SDK/example-app density of the Kuira balance "flag": a NIGHT hero card (headline total + an equal-weight public/private split + an elegant ⟳ refresh), a slim DUST row with its own Register affordance, and Send / Receive quick actions. Stateless + themeable.

Parameters

busy

disables the refresh / register / send affordances mid-operation.

onSend

null → Send is shown but disabled with a "soon" hint (until #240).