Function emerald_rs::storage::build_keyfile_storage [] [src]

pub fn build_keyfile_storage<P>(
    path: P
) -> Result<Box<KeyfileStorage>, KeystoreError> where
    P: AsRef<Path>, 

Creates specific type of KeyFile storage (database or filesystem)

Arguments:

  • keystore_path - path for KeyFile storage