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