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) 215 B
import type { MiddlewareClient } from "../actions.js"; import type { ClientMiddlewareFn } from "../types.js"; export declare const defaultGasEstimator: <C extends MiddlewareClient>(client: C) => ClientMiddlewareFn;