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.
fn is_abi_data(data: &[u8]) -> bool
Returns true
if the given data is ABI-encoded.
See is_abi_call_data
for more details.