Function solana_sdk::signature::read_keypair_file[][src]

pub fn read_keypair_file<F: AsRef<Path>>(
    path: F
) -> Result<Keypair, Box<dyn Error>>