Function read_keypair

Source
pub fn read_keypair<R>(reader: &mut R) -> Result<Keypair, Box<dyn Error>>
where R: Read,
Available on crate feature full only.
Expand description

Reads a JSON-encoded Keypair from a Reader implementor