Skip to main content

Documentation Index

Fetch the complete documentation index at: https://litprotocol-vincent.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

AbilityPrecheckResponse<SuccessSchema, FailSchema, Policies> = SuccessSchema extends z.ZodType ? AbilityPrecheckResponseSuccess<z.infer<SuccessSchema>, Policies> : AbilityPrecheckResponseSuccessNoResult<Policies> | FailSchema extends z.ZodType ? AbilityPrecheckResponseFailure<z.infer<FailSchema>, Policies> : AbilityPrecheckResponseFailureNoResult<Policies>
Defined in: app-sdk/src/abilityClient/precheck/types.ts:43

Type Parameters

SuccessSchema

SuccessSchema extends z.ZodType | undefined

FailSchema

FailSchema extends z.ZodType | undefined

Policies

Policies extends Record<string, any>