[Feature Request] Support All Potential Types in EIP712 Signatures
BrettCleary opened this issue · 0 comments
BrettCleary commented
Currently only string fields are supported in an eip712 JSON data structure. Further, generating the message hash is very error-prone.
Functionality to generate a message hash from a generic eip712 JSON structure is needed.
The signing and recovering nodes do not need to be changed for this.
References: