[][src]Function ethers_core::utils::id

pub fn id<S: AsRef<str>>(signature: S) -> [u8; 4]

Calculate the function selector as per the contract ABI specification. This is defined as the first 4 bytes of the Keccak256 hash of the function signature.