Sanitizes an ECDSA signature by ensuring the 'v' value is either 27 or 28. Also ensures the signature has a '0x' prefix.
The hex signature to sanitize
A properly formatted signature with correct 'v' value
Sanitizes an ECDSA signature by ensuring the 'v' value is either 27 or 28. Also ensures the signature has a '0x' prefix.