pub fn read_keypair_file<F>(path: F) -> Result<Keypair, Box<dyn Error>>where F: AsRef<Path>,
full
Reads a Keypair from a file
Keypair