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.
Check status of a Lightning invoice.
SparkWallet
async getLightningReceiveRequest(id: string): Promise<LightningReceiveRequest | null>
const receiveRequest = await wallet.getLightningReceiveRequest("request-id"); if (receiveRequest) { console.log("Invoice status:", receiveRequest.status); }