pub fn apply_eip155(sig: &mut Signature, chain_id: u64)
Expand description

Modify the v value of a signature to conform to eip155 ref. https://github.com/gakonst/ethers-rs/blob/master/ethers-signers/src/aws/utils.rs “apply_eip155”