ApeWorX / eip712

Message classes for typed structured data hashing and signing in Ethereum
Apache License 2.0
42 stars 19 forks source link

feat: add `calculate_hash` method for getting EIP712 hash [APE-1578] #40

Closed antazoey closed 11 months ago

antazoey commented 11 months ago

What I did

Adds a method to easily get the hash of an Eip712 object, needed for safe tx work

How I did it

copy from safe python sdk

How to verify it

Checklist