UNPKG

@agentek/tools

Version:

Blockchain tools for AI agents

4 lines 193 B
import { z } from "zod"; export declare const addressSchema: z.ZodEffects<z.ZodString, `0x${string}`, string>; export declare const clean: (obj: any) => any; //# sourceMappingURL=utils.d.ts.map