pub fn read_keypair<R: Read>(reader: &mut R) -> Result<Keypair, Box<dyn Error>>
Reads a JSON-encoded Keypair from a Reader implementor
Keypair
Reader