pub fn get_key_pair_from_rng<KP: KeypairTraits, R>(
    csprng: &mut R
) -> (SuiAddress, KP)
Expand description

Generate a keypair from the specified RNG (useful for testing with seedable rngs).