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
Currently, .sign requires the first parameter to be a Transaction. I would like to be able to use ethjs-signer to sign arbitrary data (e.g., hex string, hash, utf-8 string, etc.). This may require multiple functions, which is fine with me.
The text was updated successfully, but these errors were encountered:
On Aug 10, 2017, at 2:56 AM, Micah Zoltu ***@***.***> wrote:
Issue Type
Feature (https://github.com/ethjs/ethjs-signer/blob/master/.github/CONTRIBUTING.md#feature-requests)
Description
Currently, .sign requires the first parameter to be a Transaction. I would like to be able to use ethjs-signer to sign arbitrary data (e.g., hex string, hash, utf-8 string, etc.). This may require multiple functions, which is fine with me.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
Issue Type
Description
Currently,
.sign
requires the first parameter to be a Transaction. I would like to be able to useethjs-signer
to sign arbitrary data (e.g., hex string, hash, utf-8 string, etc.). This may require multiple functions, which is fine with me.The text was updated successfully, but these errors were encountered: