-
Notifications
You must be signed in to change notification settings - Fork 281
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(utxo-bin): add new command convertTx #4017
Conversation
OttoAllmendinger
commented
Oct 25, 2023
- feat(blockapis): add fetchPrevTxBuffers
- feat(utxo-bin): use strict mode
- feat(utxo-bin): add new command convertTx
461fbf4
to
a278f18
Compare
api: UtxoApi, | ||
_network: utxolib.Network | ||
): Promise<Buffer[]> { | ||
return mapInputs(toOutPoints(ins), async (txid) => Buffer.from(await api.getTransactionHex(txid), 'hex')); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's unusual seeing here an async function being passed this way, but I like it!
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
This PR was closed because it has been stalled for 10 days with no activity. |