You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/pages/concepts/middleware.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Middleware allows you to avoid having to write the same flows over and over when
24
24
As mentioned above, the client can be configured with a series of middleware that always run in the same order:
25
25
26
26
1.`dummyPaymasterAndData` - Generates a dummy paymaster and data for gas estimation if using a paymaster (default: noop)
27
-
2.`feeEstimator` - Estimates the fees for a user operation. If you are using our RPCs, it's important to use the [`alchemyFeeEstimator`](/wallets/reference/account-kit/infra/functions/alchemyFeeEstimator) middleware.
27
+
2.`feeEstimator` - Estimates the fees for a user operation. If you are using our RPCs, it's important to use the [`alchemyFeeEstimator`](/wallets/reference/account-kit/core/variables/alchemyFeeEstimator) middleware.
28
28
3.`gasEstimator` - Estimates the gas limits for a user operation. The default middleware calls the underlying bundler RPC to `eth_estimateUserOperationGas`.
29
29
4.`customMiddleware` - Allows you define custom middleware to run before requesting sponsorship if there are any additional steps you need to take before requesting sponsorship. (default: noop)
30
30
5.`paymasterAndData` - Requests a gas sponsorship from a paymaster. (default: noop)
Copy file name to clipboardExpand all lines: docs/pages/react/solana-wallets/get-started.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -126,7 +126,7 @@ function MyComponent() {
126
126
127
127
## Using the `useSolanaTransaction` hook
128
128
129
-
If you want to connect to a user’s Solana Wallet and send transactions, you should use the [`useSolanaTransaction`](/wallets/transactions/send/send-solana-user-operations) hook. This hook also exposes the Solana wallet address through the `signer.address` parameter.
129
+
If you want to connect to a user’s Solana Wallet and send transactions, you should use the [`useSolanaTransaction`](/wallets/reference/account-kit/react/hooks/useSolanaTransaction) hook. This hook also exposes the Solana wallet address through the `signer.address` parameter.
Copy file name to clipboardExpand all lines: docs/pages/reference/aa-sdk/core/src/classes/AccountNotFoundError.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ layout: reference
7
7
8
8
{/* This file is auto-generated by TypeDoc. Do not edit manually. */}
9
9
10
-
Defined in: [aa-sdk/core/src/errors/account.ts:8](https://github.com/alchemyplatform/aa-sdk/blob/c1a84188d03473acac2fdb49fb7cd7fdba73169b/aa-sdk/core/src/errors/account.ts#L8)
10
+
Defined in: [aa-sdk/core/src/errors/account.ts:8](https://github.com/alchemyplatform/aa-sdk/blob/dc58c113ff1eeb06d4b3f76c505cbbaad47db8fc/aa-sdk/core/src/errors/account.ts#L8)
11
11
12
12
This error is thrown when an account could not be found to execute a specific action. It extends the `BaseError` class.
13
13
@@ -23,7 +23,7 @@ This error is thrown when an account could not be found to execute a specific ac
23
23
newAccountNotFoundError(): AccountNotFoundError;
24
24
```
25
25
26
-
Defined in: [aa-sdk/core/src/errors/account.ts:15](https://github.com/alchemyplatform/aa-sdk/blob/c1a84188d03473acac2fdb49fb7cd7fdba73169b/aa-sdk/core/src/errors/account.ts#L15)
26
+
Defined in: [aa-sdk/core/src/errors/account.ts:15](https://github.com/alchemyplatform/aa-sdk/blob/dc58c113ff1eeb06d4b3f76c505cbbaad47db8fc/aa-sdk/core/src/errors/account.ts#L15)
27
27
28
28
Constructor for initializing an error message indicating that an account could not be found to execute the specified action.
Copy file name to clipboardExpand all lines: docs/pages/reference/aa-sdk/core/src/classes/AccountRequiresOwnerError.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ layout: reference
7
7
8
8
{/* This file is auto-generated by TypeDoc. Do not edit manually. */}
9
9
10
-
Defined in: [aa-sdk/core/src/errors/account.ts:138](https://github.com/alchemyplatform/aa-sdk/blob/c1a84188d03473acac2fdb49fb7cd7fdba73169b/aa-sdk/core/src/errors/account.ts#L138)
10
+
Defined in: [aa-sdk/core/src/errors/account.ts:138](https://github.com/alchemyplatform/aa-sdk/blob/dc58c113ff1eeb06d4b3f76c505cbbaad47db8fc/aa-sdk/core/src/errors/account.ts#L138)
11
11
12
12
Represents an error that occurs when an account requires an owner to execute but none is provided.
13
13
@@ -23,7 +23,7 @@ Represents an error that occurs when an account requires an owner to execute but
Defined in: [aa-sdk/core/src/errors/account.ts:146](https://github.com/alchemyplatform/aa-sdk/blob/c1a84188d03473acac2fdb49fb7cd7fdba73169b/aa-sdk/core/src/errors/account.ts#L146)
26
+
Defined in: [aa-sdk/core/src/errors/account.ts:146](https://github.com/alchemyplatform/aa-sdk/blob/dc58c113ff1eeb06d4b3f76c505cbbaad47db8fc/aa-sdk/core/src/errors/account.ts#L146)
27
27
28
28
Constructs an error indicating that an account of the specified type requires an owner to execute.
Copy file name to clipboardExpand all lines: docs/pages/reference/aa-sdk/core/src/classes/BaseError.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ layout: reference
7
7
8
8
{/* This file is auto-generated by TypeDoc. Do not edit manually. */}
9
9
10
-
Defined in: [aa-sdk/core/src/errors/base.ts:24](https://github.com/alchemyplatform/aa-sdk/blob/c1a84188d03473acac2fdb49fb7cd7fdba73169b/aa-sdk/core/src/errors/base.ts#L24)
10
+
Defined in: [aa-sdk/core/src/errors/base.ts:24](https://github.com/alchemyplatform/aa-sdk/blob/dc58c113ff1eeb06d4b3f76c505cbbaad47db8fc/aa-sdk/core/src/errors/base.ts#L24)
11
11
12
12
A custom error class that extends from `ViemBaseError`. This class allows for error messages to include links to relevant documentation based on provided `docsPath` and `docsSlug` parameters.
13
13
This is based on on viem's BaseError type (obviously from the import and extend)
@@ -55,7 +55,7 @@ we want the errors here to point to our docs if we supply a docsPath though
55
55
newBaseError(shortMessage, args): BaseError;
56
56
```
57
57
58
-
Defined in: [aa-sdk/core/src/errors/base.ts:28](https://github.com/alchemyplatform/aa-sdk/blob/c1a84188d03473acac2fdb49fb7cd7fdba73169b/aa-sdk/core/src/errors/base.ts#L28)
58
+
Defined in: [aa-sdk/core/src/errors/base.ts:28](https://github.com/alchemyplatform/aa-sdk/blob/dc58c113ff1eeb06d4b3f76c505cbbaad47db8fc/aa-sdk/core/src/errors/base.ts#L28)
0 commit comments