UNPKG

@account-kit/infra

Version:

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

4 lines (3 loc) 148 B
import { Alchemy } from "alchemy-sdk"; import z from "zod"; export declare const AlchemySdkClientSchema: z.ZodType<Alchemy, z.ZodTypeDef, Alchemy>;