AlchemySmartAccountClientConfig

1type AlchemySmartAccountClientConfig<chain, account, context> = object &
2 Pick<
3 SmartAccountClientConfig<AlchemyTransport, chain, account, context>,
4 | "customMiddleware"
5 | "feeEstimator"
6 | "gasEstimator"
7 | "signUserOperation"
8 | "transport"
9 | "chain"
10 | "opts"
11 >;

Defined in: account-kit/infra/src/client/smartAccountClient.ts:40

Type Declaration

NameType

account?

account

policyId?

string | string[]

policyToken?

PolicyToken

useSimulation?

boolean

Type Parameters

Type ParameterDefault type

chain extends Chain | undefined

Chain | undefined

account extends SmartContractAccount | undefined

SmartContractAccount | undefined

context extends UserOperationContext | undefined

UserOperationContext | undefined