pub(crate) fn derive_private_key_with_language(
mnemonic: &str,
path: &str,
index: u32,
language: &str,
) -> Result<U256, SymbolicError>Expand description
Computes the derive_private_key_with_language cheatcode runtime helper result.