This repository has been archived by the owner on Jan 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Avoid to keep PrivateKey in HederaWallet object #5
Comments
agreed. thanks for raising this issue |
Yes, let's pass a transaction signer callback instead |
stubbed out implementation using
|
updated weekly goal for this issue @hgraphql |
Open
@itsbrandondev sounds good it's being address here
though it's hard to share / get a review until it's demonstrated in a demo |
new structure involves passing a signer / wallet
|
marking as closed as the lib is now using the Wallet signer |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I propose changing the approach to sign transactions and messages. I would avoid storing the PrivateKey in an object and delegate its use to a signer element like Client or Wallet.
Example for transactions:
to
Example for messages:
to
The text was updated successfully, but these errors were encountered: