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

11 lines (10 loc) 301 B
import type { Hex } from "viem"; import { BaseError } from "./base.js"; export declare class TransactionMissingToParamError extends BaseError { name: string; constructor(); } export declare class FailedToFindTransactionError extends BaseError { name: string; constructor(hash: Hex); }