UNPKG

@alchemy/aa-core

Version:

viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts

5 lines (4 loc) 269 B
import { z } from "zod"; import type { SmartAccountSigner } from "./types"; export declare const isSigner: (signer: any) => signer is SmartAccountSigner<any>; export declare const SignerSchema: z.ZodType<SmartAccountSigner<any>, z.ZodTypeDef, SmartAccountSigner<any>>;