We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
We are working on your case and you will recieve a response soon
Sorry, something went wrong.
More specific cases.
window.$onekey.btc.signPsbt(psbt, { autoFinalized: false, toSignInputs: [ { index, publicKey, }, ], })
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: