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

7 lines (6 loc) 224 B
import type { UserOperationStruct } from "../types.js"; import { BaseError } from "./base.js"; export declare class InvalidUserOperationError extends BaseError { name: string; constructor(uo: UserOperationStruct); }