Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Cookbook on how to sign multiple inputs. #26

Closed
storopoli opened this issue May 1, 2024 · 0 comments · Fixed by #32
Closed

feat: Cookbook on how to sign multiple inputs. #26

storopoli opened this issue May 1, 2024 · 0 comments · Fixed by #32

Comments

@storopoli
Copy link
Contributor

I am currently designing a stateless WASM wallet and using pure rust-bitcoin and rust-bip39 only.
The cookbook was awesome to sign a transaction with a single input.
However, we also want to sign transactions with multiple inputs.
Maybe choosing which indexes of the Vec<Txin> to sighash/sign.

I might take this one if no one is up to (after I finish the implementation)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant