Constant alloy_consensus::constants::SELECTOR_LEN
source ยท pub const SELECTOR_LEN: usize = 4;
Expand description
The first four bytes of the call data for a function call specifies the function to be called.
pub const SELECTOR_LEN: usize = 4;
The first four bytes of the call data for a function call specifies the function to be called.