Skip to main content

load_keyfile

Function load_keyfile 

Source
pub fn load_keyfile(cli: &Cli) -> Result<Option<Vec<u8>>>
Expand description

Load the keyfile bytes from the path in CLI args, if provided.

Returns None if --keyfile was not passed.