UNPKG

@account-kit/infra

Version:

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

4 lines (3 loc) 136 B
import type { Chain } from "viem"; import z from "zod"; export declare const AlchemyChainSchema: z.ZodType<Chain, z.ZodTypeDef, Chain>;