Function alloy_consensus::transaction::from_eip155_value
source ยท pub const fn from_eip155_value(value: u128) -> Option<(bool, Option<ChainId>)>
Expand description
Helper for decoding EIP-155 v
value into y_parity
boolean and optional chain_id
.