UNPKG

@tevm/actions

Version:

A typesafe library for writing forge scripts in typescript

12 lines 803 B
export const zLoadStateParams: z.ZodObject<{ state: z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<`0x${string}`, string>>, z.ZodObject<{ throwOnFail: z.ZodOptional<z.ZodBoolean>; nonce: z.ZodPipe<z.ZodString, z.ZodTransform<`0x${string}`, string>>; balance: z.ZodPipe<z.ZodString, z.ZodTransform<`0x${string}`, string>>; storageRoot: z.ZodPipe<z.ZodString, z.ZodTransform<`0x${string}`, string>>; codeHash: z.ZodPipe<z.ZodString, z.ZodTransform<`0x${string}`, string>>; storage: z.ZodOptional<z.ZodRecord<z.ZodPipe<z.ZodString, z.ZodTransform<`0x${string}`, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<`0x${string}`, string>>>>; }, z.core.$strip>>; }, z.core.$strip>; import { z } from 'zod'; //# sourceMappingURL=zLoadStateParams.d.ts.map