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 a Bitcoin deposit from a single-use deposit address.
SparkWallet
async claimDeposit(txid: string): Promise<WalletLeaf[]>
const leaves = await wallet.claimDeposit("transaction-hash-here"); console.log("Deposit claimed, leaves:", leaves);