UNPKG

@tevm/actions

Version:

A typesafe library for writing forge scripts in typescript

3 lines 371 B
export const zBlockParam: z.ZodUnion<readonly [z.ZodLiteral<"latest">, z.ZodLiteral<"earliest">, z.ZodLiteral<"pending">, z.ZodLiteral<"safe">, z.ZodLiteral<"finalized">, z.ZodBigInt, z.ZodPipe<z.ZodNumber, z.ZodTransform<bigint, number>>, z.ZodPipe<z.ZodString, z.ZodTransform<`0x${string}`, string>>]>; import { z } from 'zod'; //# sourceMappingURL=zBlockParam.d.ts.map