pub fn derive_address( mnemonic_phrase: &str, chain: &str, index: Option<u32>, ) -> Result<String, OwsLibError>
Derive an address from a mnemonic phrase for the given chain.