pub fn keypair_from_seed(seed: &[u8]) -> Result<Keypair, Box<dyn Error>>
Constructs a Keypair from caller-provided seed entropy
Keypair