fn new_keystores(
dir: &Path,
account_name: Option<&str>,
unsafe_password: Option<String>,
number: u32,
force: bool,
touch_id: bool,
) -> Result<Vec<Value>>Expand description
Creates number encrypted keystores in dir, returning their JSON records in JSON mode.