Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Claim an HTLC by providing the preimage.
async claimHTLC(preimage: string): Promise<Transfer>
const transfer = await wallet.claimHTLC("abc123..."); // 32 bytes hex console.log("HTLC claimed:", transfer.id);