UNPKG

@tevm/actions

Version:

A typesafe library for writing forge scripts in typescript

6 lines 207 B
/** * Zod validator for valid ethereum storage root */ export const zStorageRoot: z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>; import { z } from 'zod'; //# sourceMappingURL=zStorageRoot.d.ts.map