type AlchemySmartAccountClient_Base<chain, account, actions, context> =
Prettify<
SmartAccountClient<
AlchemyTransport,
chain,
account,
actions & BaseAlchemyActions<chain, account, context>,
[...SmartAccountClientRpcSchema, ...AlchemyRpcSchema],
context
>
>;Defined in: account-kit/infra/src/client/smartAccountClient.ts:76
| Type Parameter | Default type |
|---|---|
|
|
|
|
|
|
|
|