pub fn create_identity(
dir_name: &str,
password: &str,
maybe_name: &Option<String>,
) -> Result<(String, HoprKeys), HelperErrors>
Expand description
Create one identity file and return the ethereum address
ยงArguments
dir_name
- Directory to the storage of an identity filepassword
- Password to encrypt the identity filename
- Prefix of identity files.