pub fn decode_call_data(call_data: &str) -> Result<Vec<u8>, Error>
Decodes a hex-encoded string into a vector of bytes representing the call data.
call_data