locked

val locked: StateFlow<Boolean>

True from the moment a lock fires until the SDK is rebuilt (i.e. the user re-authenticated). The wallet panel observes this to hide the balance while locked. Distinct from provider.sdk == null, which is also briefly true during a network-switch rebuild — that must NOT read as "locked".