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
{{ message }}
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.
When calling the method newIdentity, if the storepath passed by parameter doesn't exist because its directories havent been created yet, the method returns an error instead of creating the path and returning the identity.
When calling the method newIdentity, if the storepath passed by parameter doesn't exist because its directories havent been created yet, the method returns an error instead of creating the path and returning the identity.
Iden3mobile.newIdentity(
"$storePath/alias",
"password",
web3Url,
1000,
null) { event -> print(event) }
Result -> Error: no such file or directory
Expected -> creating it and returning the identity
The text was updated successfully, but these errors were encountered: