arunMtDev

Results 8 comments of arunMtDev
trafficstars

> Obviously when using P2WPKH type UTXO, you need to use witnessUtxo instead of nonWitnessUtxo @jasonandjay I've updated my code to the following: ``` const promises = utxos.map(async (utxo) =>...

@jasonandjay I've tried this code with three different private keys but I'm still encountering the same error. I suspect there might be an issue with the code itself. If it's...

Hey @jasonandjay, Could you please help me find the appropriate test case in the `test/integration/transactions.spec.ts` file for my issue? I tried for p2wkph but, i couldn’t understand it properly

Hey @jasonandjay, I have a question. In the sendBTC function, I might have different types of toAddress, such as Native Segwit (P2WPKH), Taproot, or Nested Segwit (P2SH-P2WPKH). Do I need...

@damon1205 Since I am using this code in the backend, I don't believe I can utilise the Unisat wallet there.

@damon1205 I am writing the code in backend so no wallet required.

Hello @jasonandjay, The main issue with my code is that I'm unable to sign the PSBT with the line `psbt.signAllInputs(keyPair)`. I’m encountering the error: 'No inputs were signed.' As a...