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
Signtypeddata doesn't have this method. Can it be implemented like web3.js? Can eip712 signatures be like Web3.js? Is there a demo for eip712 signature ?thank you
The text was updated successfully, but these errors were encountered:
xhzth70911
changed the title
Can signtypeddata be supported?
Can signtypeddata be supported?eip712 signatures
Jul 13, 2022
xhzth70911
changed the title
Can signtypeddata be supported?eip712 signatures
Can signtypeddata be supported?eip712 signatures problem
Jul 13, 2022
@danijelTxFusion I am not aware of any but it's pretty easy to implement. I am using custom implementations on top of Web3.swift in several projects. You can utilize EthereumPrivateKey and write a custom extension function and call it signText or something similar.
Signtypeddata doesn't have this method. Can it be implemented like web3.js? Can eip712 signatures be like Web3.js? Is there a demo for eip712 signature ?thank you
The text was updated successfully, but these errors were encountered: