pub type Selector = FixedBytes<4>;
Expand description
Solidity contract functions are addressed using the first four bytes of the Keccak-256 hash of their signature.
Aliased Type§
#[repr(transparent)]pub struct Selector(pub [u8; 4]);
Tuple Fields§
§0: [u8; 4]