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.
Waits until the claim is settled: claimed, expired, or failed.
waitUntilSettled(claimId: string, options?: PollOptions): Promise<Claim>
const result = await session.claims.waitUntilSettled(claim.id);