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