UNPKG

@tevm/actions

Version:

A typesafe library for writing forge scripts in typescript

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