Comment on page
signPset
Signs any signable inputs of a Partially-Signed Elements Transaction
Method
async function signPset(pset: string): { signed: string } // base64 encoded pset
Response
An object including the signed transaction in base64 format
{signed: '<signed Pset Base64>'}
Code Example
const result = await window.liquid.signPset(pset)
Last modified 3mo ago