UNPKG

@account-kit/infra

Version:

adapters for @aa-sdk/core for interacting with alchemy services

4 lines 172 B
import type { Chain } from "viem"; import z from "zod"; export declare const AlchemyChainSchema: z.ZodType<Chain, z.ZodTypeDef, Chain>; //# sourceMappingURL=schema.d.ts.map