RestoreUiState

sealed interface RestoreUiState

UI state for the restore-from-phrase flow (#252).

Inheritors

Types

Link copied to clipboard
data class Error(val reason: String) : RestoreUiState
Link copied to clipboard
data object Idle : RestoreUiState
Link copied to clipboard
Link copied to clipboard
data object Success : RestoreUiState