Constant EIP7702_BYTECODE_LEN
pub const EIP7702_BYTECODE_LEN: usize = 23; // 23usizeAvailable on crate feature
evm only.Expand description
EIP-7702 bytecode length: 2 (magic) + 1 (version) + 20 (address) = 23 bytes.
pub const EIP7702_BYTECODE_LEN: usize = 23; // 23usizeevm only.EIP-7702 bytecode length: 2 (magic) + 1 (version) + 20 (address) = 23 bytes.