pub fn calc_valid_eip155_sig_len(eth_chain_id: u64) -> (u64, u64)
Expand description

Returns the valid signature lengths for EIP-155 transactions. The length is based on the chain ID and the V value in the signature.