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.
Generate a deterministic HTLC preimage from a transfer ID.
async getHTLCPreimage(transferID: string): Promise<Uint8Array>
const preimage = await wallet.getHTLCPreimage("transfer-id"); console.log("Preimage:", bytesToHex(preimage));