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 payment.
SparkWallet
async getLightningSendRequest(id: string): Promise<LightningSendRequest | null>
const sendRequest = await wallet.getLightningSendRequest("request-id"); if (sendRequest) { console.log("Payment status:", sendRequest.status); }