Alby Developer Guide
Alby Browser Extension APIs
Ask or search…
K
Links
Comment on page

signPsbt

Signs any signable inputs of a Partially-Signed Bitcoin Transaction
Method
async function signPsbt(psbt: string): { signed: string } // hex encoded psbt
Response
An object including the signed transaction in hex format
{signed: '<signed Psbt hex>'}
Code Example
const result = await window.webbtc.signPsbt(psbt)
Last modified 7d ago