Constant COMPACT_EXTENDED_IDENTIFIER_FLAG
pub const COMPACT_EXTENDED_IDENTIFIER_FLAG: usize = 3; // 3usize
Available on crate feature
reth-codec
only.Expand description
For backwards compatibility purposes only 2 bits of the type are encoded in the identifier
parameter. In the case of a COMPACT_EXTENDED_IDENTIFIER_FLAG
, the full transaction type is
read from the buffer as a single byte.