pub fn derive_method_selector(sig: &str) -> [u8; 4]
Expand description

Return the 4-byte method selector derived from the signature, which is encoded as a string (e.g. "foo(uint256,uint256)").