UNPKG

@nucypher/shared

Version:

## [`nucypher/taco-web`](../../README.md)

4 lines (3 loc) 258 B
import { z } from 'zod'; export declare const EthAddressSchema: z.ZodEffects<z.ZodString, string, string>; export declare const BlockIdentifierSchema: z.ZodUnion<[z.ZodNumber, z.ZodString, z.ZodEnum<["earliest", "finalized", "safe", "latest", "pending"]>]>;