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.
Get transfer details from SSP, including Lightning info.
async getTransferFromSsp(id: string): Promise<TransferWithUserRequest | undefined>
const transfer = await wallet.getTransferFromSsp("transfer-id"); if (transfer) { console.log("Transfer:", transfer); console.log("User request:", transfer.userRequest); }