foundry_cheatcodes::crypto

Function derive_wallets_str

Source
fn derive_wallets_str(
    mnemonic: &str,
    path: &str,
    language: &str,
    count: u32,
) -> Result<Vec<LocalSigner<SigningKey>>>