Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/pages/reference/account-kit/core/src/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ layout: reference
| [hydrate](functions/hydrate.mdx) | Will hydrate the client store with the provided initial state if one is provided. |
| [installPlugin](functions/installPlugin.mdx) | Installs a plugin on a smart account via the client, sending the user operation with the appropriate parameters. NOTE: it's recommended to just use the installPlugin action returned from generated plugins |
| [isAlchemySmartAccountClient](functions/isAlchemySmartAccountClient.mdx) | Checks if a given client is an Alchemy Smart Account Client. The goal of this check is to ensure that the client supports certain RPC methods. |
| [isAlchemyTransport](functions/isAlchemyTransport.mdx) | A type guard for the transport to determine if it is an Alchemy transport. Used in cases where we would like to do switching depending on the transport, where there used to be two clients for an alchemy and a non-alchemy, and with this switch we don't need the two seperate clients. \* |
| [isAlchemyTransport](functions/isAlchemyTransport.mdx) | A type guard for the transport to determine if it is an Alchemy transport. Used in cases where we would like to do switching depending on the transport, where there used to be two clients for an alchemy and a non-alchemy, and with this switch we don't need the two separate clients. \* | |
| [isLightAccountParams](functions/isLightAccountParams.mdx) | - |
| [isModularAccountV2](functions/isModularAccountV2.mdx) | - |
| [isModularV2AccountParams](functions/isModularV2AccountParams.mdx) | - |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Defined in: account-kit/infra/dist/types/alchemyTransport.d.ts:37

A type guard for the transport to determine if it is an Alchemy transport.
Used in cases where we would like to do switching depending on the transport, where there used
to be two clients for an alchemy and a non-alchemy, and with this switch we don't need the two seperate clients. \*
to be two clients for an alchemy and a non-alchemy, and with this switch we don't need the two separate clients. \*

## Parameters

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,5 @@ layout: reference
| [getSignerTypeHeader](functions/getSignerTypeHeader.mdx) | - |
| [headersUpdate](functions/headersUpdate.mdx) | Update the headers with the trace header and breadcrumb. |
| [isAlchemySmartAccountClient](functions/isAlchemySmartAccountClient.mdx) | Checks if a given client is an Alchemy Smart Account Client. The goal of this check is to ensure that the client supports certain RPC methods. |
| [isAlchemyTransport](functions/isAlchemyTransport.mdx) | A type guard for the transport to determine if it is an Alchemy transport. Used in cases where we would like to do switching depending on the transport, where there used to be two clients for an alchemy and a non-alchemy, and with this switch we don't need the two seperate clients. \* |
| [isAlchemyTransport](functions/isAlchemyTransport.mdx) | A type guard for the transport to determine if it is an Alchemy transport. Used in cases where we would like to do switching depending on the transport, where there used to be two clients for an alchemy and a non-alchemy, and with this switch we don't need the two separate clients. \* | |
| [mutateRemoveTrackingHeaders](functions/mutateRemoveTrackingHeaders.mdx) | Remove the tracking headers. This is used in our split transport to ensure that we remove the headers that are not used by the other systems. |
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Defined in: [account-kit/infra/src/alchemyTransport.ts:94](https://github.com/al

A type guard for the transport to determine if it is an Alchemy transport.
Used in cases where we would like to do switching depending on the transport, where there used
to be two clients for an alchemy and a non-alchemy, and with this switch we don't need the two seperate clients. \*
to be two clients for an alchemy and a non-alchemy, and with this switch we don't need the two separate clients. \*

## Parameters

Expand Down