Web3.swift
Web3.swift copied to clipboard
Can signtypeddata be supported?eip712 signatures problem
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
@xhzth70911 No, this is not supported. You are open to implementing it and opening a PR.
What the current status of this issue. Has someone implemented on some forked repo?
@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.