ALDOO
ALDOO
have you installed python and the prerequisites i think you can refer to this youtube tutorial on how to start the game if you havent : [https://www.youtube.com/watch?v=iMhwJC24fSk](url)
@huanniangstudio, thank you for the response, yes , i have the wallet address in the option at index 1  where address is the btc wallet address from...
Ahh ok, so it should returned the hex for the finalized psbt right but in my case when i converted from hex to bitcoin.psbt, it had no signature so could...
i tried ` let sign = await unisat.signPsbt(basePsbt.toHex(), { autoFinalized:true, toSignInputs:[ { index: 1, address:address, } ] })` ` let push = await unisat.pushPsbt(sign)` and ` let sign = await...
ahh yes, sorry forgot to provide you the full context i have 3 signiners that sign the psbt, then i combine the psbts which is the `basePsbt` in the signPsbt...
yes that is the expected outcome but on mine i do not get the partialSig 
@huanniangstudio , if you need more info this is the psbt im trying to sign , its a combined psbt of a base psbt and signed psbt from 3 other...
i get the data as ` [ { "psbt": "", "signed_psbts": [ { "pub_key": "", "signed_psbt": "" } ] } ]` and i signed using ` const psbtInfo: psbtReturn[] =...