Skip to main content

Documentation Index

Fetch the complete documentation index at: https://thrackle.mintlify.app/llms.txt

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

const foreignCallValidator: ZodObject<object, $strip>

Type declaration

address

address: ZodPipe<ZodString, ZodTransform<`0x${string}`, string>>

callingFunction

callingFunction: ZodString

function

function: ZodString

name

name: ZodString

returnType

returnType: ZodPipe<ZodTransform<any, any>, ZodLiteral<string>>

valuesToPass

valuesToPass: ZodString

Defined in

src/modules/validation.ts:109