You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think jsonString.lowercased() change all string to lowercased .But JSONDecoder().decode(KeystoreParamsV3.self, from: jsonData)。
The property isHDWallet of KeystoreParamsV3 is uppercase,so decode is wrong.