Type Definition alloy_primitives::aliases::Selector
source · 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.
pub type Selector = FixedBytes<4>;
Solidity contract functions are addressed using the first four bytes of the Keccak-256 hash of their signature.