ConsenSysMesh / py-eip712-structs

EIP712 data structure management for python
MIT License
34 stars 26 forks source link

Add helper method to get a struct message as JSON #10

Closed ajrgrubbs closed 5 years ago

ajrgrubbs commented 5 years ago

Structs containing any Bytes types would error out with the standard json.dumps call, since it does not support json-encoding bytes by default.

Major new additions: