The hex-encoded signature of the user operation. This should be a 65-byte signature consisting of the r, s, and v values of the ECDSA signature. Note that the v value should conform to the personal_sign standard, which means it should be 27 or 28.
r
s
v
personal_sign
The hex-encoded signature of the user operation. This should be a 65-byte signature consisting of the
r
,s
, andv
values of the ECDSA signature. Note that thev
value should conform to thepersonal_sign
standard, which means it should be 27 or 28.