Gets the hexadecimal representation of the 'r', 's', and 'v' components.
Optionally adjusts 'v' according to EIP-155.
String toHex([bool eip155 = true]) { return BytesUtils.toHexString(toBytes(eip155)); }