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
@arceus03 You need the whole transaction in HEX format. You can get that either from the blockchain via the tx hash that you have, or manually from tools that allow to get the raw transaction, like this one: https://chainquery.com/bitcoin-cli/getrawtransaction
I found a bit of description about this "transaction" data, but honestly I'm not sure how to generate it from my input address and previous tx hash and hex. (sorry I'm not much experienced with bitcoin) https://github.com/nimiq/ledger-api/blob/master/src/high-level-api/requests/bitcoin/request-sign-transaction-bitcoin.ts#L19-L21
The text was updated successfully, but these errors were encountered: