UNPKG

startale-aa-sdk

Version:

SDK for startale account integration with support for account abstraction, ERC-7579, ERC-4337.

10 lines 242 B
import { BaseError } from "viem"; /** * @ignore */ export declare class AccountNotFoundError extends BaseError { constructor({ docsPath }?: { docsPath?: string | undefined; }); } //# sourceMappingURL=AccountNotFound.d.ts.map