signData for Java/Kotlin #1252
-
I'm using 2.5.3 for signing a forge result with Tezos as part of the common flow for transacting. The forge result comes as an hexadecimal string of variable length. Is there some way to sign it with my Reviewing the
The first option would be my way to go, but I see the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I think class |
Beta Was this translation helpful? Give feedback.
I think class
PrivateKey
can help you, just construct the data and pass it tosign
method; to get the private key fromHDWallet
, callgetKeyForCoin