UNPKG

ox

Version:

Ethereum Standard Library

23 lines 1.76 kB
import * as z from 'zod/mini'; export declare const AbiEvent: z.ZodMiniObject<{ type: z.ZodMiniLiteral<"event">; anonymous: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>; inputs: z.ZodMiniReadonly<z.ZodMiniArray<z.ZodMiniIntersection<z.ZodMiniIntersection<z.ZodMiniObject<{ name: z.ZodMiniUnion<readonly [z.ZodMiniOptional<z.ZodMiniString<string>>, z.ZodMiniLiteral<"">]>; internalType: z.ZodMiniOptional<z.ZodMiniString<string>>; }, z.core.$strip>, z.ZodMiniUnion<readonly [z.ZodMiniObject<{ type: z.ZodMiniUnion<readonly [z.ZodMiniLiteral<"address">, z.ZodMiniLiteral<"bool">, z.ZodMiniString<string>, z.ZodMiniLiteral<"function">, z.ZodMiniLiteral<"string">, z.ZodMiniString<string>, z.ZodMiniString<string>]>; }, z.core.$strip>, z.ZodMiniObject<{ type: z.ZodMiniUnion<readonly [z.ZodMiniLiteral<"tuple">, z.ZodMiniString<string>]>; components: z.ZodMiniReadonly<z.ZodMiniArray<z.ZodMiniIntersection<z.ZodMiniObject<{ name: z.ZodMiniUnion<readonly [z.ZodMiniOptional<z.ZodMiniString<string>>, z.ZodMiniLiteral<"">]>; internalType: z.ZodMiniOptional<z.ZodMiniString<string>>; }, z.core.$strip>, z.ZodMiniUnion<readonly [z.ZodMiniObject<{ type: z.ZodMiniUnion<readonly [z.ZodMiniLiteral<"address">, z.ZodMiniLiteral<"bool">, z.ZodMiniString<string>, z.ZodMiniLiteral<"function">, z.ZodMiniLiteral<"string">, z.ZodMiniString<string>, z.ZodMiniString<string>]>; }, z.core.$strip>, z.ZodMiniObject<any, z.core.$strip>]>>>>; }, z.core.$strip>]>>, z.ZodMiniObject<{ indexed: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>; }, z.core.$strip>>>>; name: z.ZodMiniString<string>; }, z.core.$strip>; //# sourceMappingURL=AbiEvent.d.ts.map