Function write_keypair

Source
pub fn write_keypair<W>(
    keypair: &Keypair,
    writer: &mut W,
) -> Result<String, Box<dyn Error>>
where W: Write,
Available on crate feature full only.
Expand description

Writes a Keypair to a Write implementor with JSON-encoding