Function decode_calldata

Source
pub fn decode_calldata(
    data: &str,
) -> Result<(String, String, String), Box<dyn Error>>