fun updateDid(did : String){
        _uiState.update {
            it.copy(did = did)
        }
    }