Function solana_sdk::signer::keypair::read_keypair
source · pub fn read_keypair<R: Read>(reader: &mut R) -> Result<Keypair, Box<dyn Error>>
Expand description
Reads a JSON-encoded Keypair
from a Reader
implementor