Alchemy Logo

AlchemySmartAccountClientConfig

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

NameType

account?

account

policyId?

string | string[]

policyToken?

PolicyToken

useSimulation?

boolean

Type ParameterDefault type

chain extends Chain | undefined

Chain | undefined

account extends SmartContractAccount | undefined

SmartContractAccount | undefined

context extends UserOperationContext | undefined

UserOperationContext | undefined

Was this page helpful?