Function precompile_utils::solidity::codec::selector
source · pub fn selector(input: &[u8]) -> Option<u32>
Expand description
Extracts the selector from the start of the input, or returns None
if the input is too short.