signPset
Signs any signable inputs of a Partially-Signed Elements Transaction
Method
async function signPset(pset: string): { signed: string } // base64 encoded psetResponse
An object including the signed transaction in base64 format
{signed: '<signed Pset Base64>'}Code Example
const result = await window.liquid.signPset(pset)Last updated
Was this helpful?

