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
Re-export the function for fully hashing an EIP712 message produced using this library into a 32 byte hash usable for signing
Specification
Export the function hash_message (hash_eip712_message would be preferable, but would be a breaking change since it currently exists as a re-export), which should take any subclass of a EIP712Message and product the full hash as a HexBytes value e.g.:
Overview
Re-export the function for fully hashing an EIP712 message produced using this library into a 32 byte hash usable for signing
Specification
Export the function
hash_message
(hash_eip712_message
would be preferable, but would be a breaking change since it currently exists as a re-export), which should take any subclass of aEIP712Message
and product the full hash as aHexBytes
value e.g.:The text was updated successfully, but these errors were encountered: