UNPKG

@zerodev/sdk

Version:

A utility library for working with ERC-4337

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