Skip to main content

decode_call_data

Function decode_call_data 

Source
pub fn decode_call_data(call_data: &str) -> Result<Vec<u8>, Error>
Expand description

Decodes a hex-encoded string into a vector of bytes representing the call data.

ยงArguments

  • call_data - The hex-encoded string representing call data.