Open
Description
Description
Hi Team,
I want to use a python script to clear sign a EIP712 message (json) via my ledger device.
I could use ledgerjs's signEIP712Message
to clear sign a EIP712 message json.
In your repo I could see there is a python client EthAppClient
with a method eip712_sign_new
.
Can this client be used in production to clear sign an EIP712 message json? If yes, will be very helpful, if you could point me to an example snippet.
Alternatively, please guide me to any python (or any other supported language) equivalent of ledgerjs's signEIP712Message
.
Your environment
- Device (Nano S Plus)
Apologies, if this is not the right place to raise this.