type AlchemySmartAccountClientConfig<chain, account, context> = object &
Pick<
SmartAccountClientConfig<AlchemyTransport, chain, account, context>,
| "customMiddleware"
| "feeEstimator"
| "gasEstimator"
| "signUserOperation"
| "transport"
| "chain"
| "opts"
>;Defined in: account-kit/infra/dist/types/client/smartAccountClient.d.ts:10
| Name | Type |
|---|---|
|
|
|
|
| |
|
|
| Type Parameter | Default type |
|---|---|
|
|
|
|
|
|