signPsbt
Signs any signable inputs of a Partially-Signed Bitcoin Transaction
async function signPsbt(psbt: string): { signed: string } // hex encoded psbt{signed: '<signed Psbt hex>'}const result = await window.webbtc.signPsbt(psbt)Last updated
Was this helpful?

