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

4 lines (3 loc) 209 B
import type { MiddlewareClient } from "../actions"; import type { ClientMiddlewareFn } from "../types"; export declare const defaultFeeEstimator: <C extends MiddlewareClient>(client: C) => ClientMiddlewareFn;