Function reth::core::primitives::transaction::extract_chain_id

source ·
pub const fn extract_chain_id(v: u64) -> Result<(bool, Option<u64>), Error>
Expand description

Outputs (odd_y_parity, chain_id) from the v value. This doesn’t check validity of the v value for optimism.