Function is_abi_data

Source
fn is_abi_data(data: &[u8]) -> bool
Expand description

Returns true if the given data is ABI-encoded.

See is_abi_call_data for more details.