Skip to main content

CliKeyStore

Type Alias CliKeyStore 

Source
pub type CliKeyStore = FilesystemKeyStore;

Aliased Type§

pub struct CliKeyStore {
    pub keys_directory: PathBuf,
    /* private fields */
}

Fields§

§keys_directory: PathBuf

The directory where the keys are stored and read from.