How can I sign an etherium message? #2545
Unanswered
VovaLobanov
asked this question in
Q&A
Replies: 1 comment
-
It is possible to sign a message/hash using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the documentation and tests I can see how can I sign a transaction. (using EthereumSigningInput and EthereumSigningOutput, AnySigner.sign(input: signerInput, coin: .ethereum)).
But how to handle message signing?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions