Replies: 1 comment 9 replies
-
Does the HSM/hardware wallet return an |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For apps that generate signatures from HSMs/hardware wallets etc., it would be nice if the library provides a way to input the ECDSA signature parameters generated by the signer and the y-parity, along with the unsigned TX payload and get the payload with signature.
I see there is a method that does exactly this but it is
protected
:https://github.com/ethereumjs/ethereumjs-monorepo/blob/master/packages/tx/src/eip1559Transaction.ts#L311-L331
Obviously, I can copy-pasta that code, but it would be nice to expose that method. Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions