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