app-monorepo
app-monorepo copied to clipboard
[BUG]: signPsbt lacks options
https://docs.unisat.io/dev/unisat-developer-center/unisat-wallet#signpsbt
In the unisat document, options include toSignInputs array, including 'index', 'address', 'publicKey', 'sighashTypes'.
Onekey wallet separately supports these parameters for babylon, can ordinary users call with these options params?
https://github.com/OneKeyHQ/app-monorepo/blob/x/packages/core/src/chains/btc/sdkBtc/index.ts#L216-L220
We are working on your case and you will recieve a response soon
We are working on your case and you will recieve a response soon
More specific cases.
window.$onekey.btc.signPsbt(psbt, {
autoFinalized: false,
toSignInputs: [
{
index,
publicKey,
},
],
})