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 the status of Spark invoices.
async querySparkInvoices( invoices: string[] ): Promise<QuerySparkInvoicesResponse>
const status = await wallet.querySparkInvoices([ "spark1...", "spark1..." ]); console.log("Invoice statuses:", status);