Replies: 1 comment
-
Upon further investigation, it appears that within libraries such as web3 and ethers, the message is converted into a text format in JSON before being invoked. Either way, does that mean it's strictly a string? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a question regarding the type definition for
eth_signTypedData_v4
ineip1193.ts
.Is it by design that the message parameter is specified as a string type?
I was uncertain if this was an intentional choice or a potential oversight, hence I thought it best to bring this up in the Discussions section for clarification.
viem/src/types/eip1193.ts
Lines 1218 to 1227 in 2ffbb6c
Beta Was this translation helpful? Give feedback.
All reactions