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