Skip to content
Alchemy Logo

BaseSmartAccountClient | @aa-sdk/core

type BaseSmartAccountClient<transport, chain, account, context> = Prettify<
  Client<
    transport,
    chain,
    account,
    [...BundlerRpcSchema, ...PublicRpcSchema],
    object & SmartAccountClientOpts & BundlerActions & PublicActions
  >
>;

Defined in: aa-sdk/core/src/client/smartAccountClient.ts:108

Type ParameterDefault type

transport extends Transport

Transport

chain extends Chain | undefined

Chain | undefined

account extends SmartContractAccount | undefined

SmartContractAccount | undefined

context extends UserOperationContext | undefined

UserOperationContext | undefined

Was this page helpful?