You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the differences I have seen among projects is how they transmit the signature of the meta tx, with some sending v, r, s fields separately, and some using an encoded version.
What are the arguments for each? For an encoded signature, which EIP does it adhere to (EIP-191 or EIP-712)?
One of the differences I have seen among projects is how they transmit the signature of the meta tx, with some sending
v, r, sfields separately, and some using an encoded version.What are the arguments for each? For an encoded signature, which EIP does it adhere to (EIP-191 or EIP-712)?