pub fn parse_amount_with_decimals( amount_str: &str, decimals: u8, ) -> Result<u128>
Parse amount string with specific decimals