@alchemy/aa-ethers
Advanced tools
Comparing version 3.10.0 to 3.11.0
@@ -11,3 +11,3 @@ import { type BatchUserOperationCallData, type BundlerClient, type GetEntryPointFromAccount, type SmartContractAccount, type UserOperationCallData, type UserOperationOverrides } from "@alchemy/aa-core"; | ||
sendUserOperation: (args: UserOperationCallData | BatchUserOperationCallData, overrides?: UserOperationOverrides<TEntryPointVersion>) => Promise<import("@alchemy/aa-core").SendUserOperationResult<keyof import("@alchemy/aa-core").EntryPointRegistryBase<unknown>>>; | ||
waitForUserOperationTransaction: (args: import("viem").WaitForTransactionReceiptParameters) => Promise<`0x${string}`>; | ||
waitForUserOperationTransaction: (args: import("@alchemy/aa-core").WaitForUserOperationTxParameters) => Promise<`0x${string}`>; | ||
constructor(provider: EthersProviderAdapter, account: TAccount); | ||
@@ -14,0 +14,0 @@ getAddress(): Promise<string>; |
@@ -11,3 +11,3 @@ import { type BatchUserOperationCallData, type BundlerClient, type GetEntryPointFromAccount, type SmartContractAccount, type UserOperationCallData, type UserOperationOverrides } from "@alchemy/aa-core"; | ||
sendUserOperation: (args: UserOperationCallData | BatchUserOperationCallData, overrides?: UserOperationOverrides<TEntryPointVersion>) => Promise<import("@alchemy/aa-core").SendUserOperationResult<keyof import("@alchemy/aa-core").EntryPointRegistryBase<unknown>>>; | ||
waitForUserOperationTransaction: (args: import("viem").WaitForTransactionReceiptParameters) => Promise<`0x${string}`>; | ||
waitForUserOperationTransaction: (args: import("@alchemy/aa-core").WaitForUserOperationTxParameters) => Promise<`0x${string}`>; | ||
constructor(provider: EthersProviderAdapter, account: TAccount); | ||
@@ -14,0 +14,0 @@ getAddress(): Promise<string>; |
@@ -11,3 +11,3 @@ import { type BatchUserOperationCallData, type BundlerClient, type GetEntryPointFromAccount, type SmartContractAccount, type UserOperationCallData, type UserOperationOverrides } from "@alchemy/aa-core"; | ||
sendUserOperation: (args: UserOperationCallData | BatchUserOperationCallData, overrides?: UserOperationOverrides<TEntryPointVersion>) => Promise<import("@alchemy/aa-core").SendUserOperationResult<keyof import("@alchemy/aa-core").EntryPointRegistryBase<unknown>>>; | ||
waitForUserOperationTransaction: (args: import("viem").WaitForTransactionReceiptParameters) => Promise<`0x${string}`>; | ||
waitForUserOperationTransaction: (args: import("@alchemy/aa-core").WaitForUserOperationTxParameters) => Promise<`0x${string}`>; | ||
constructor(provider: EthersProviderAdapter, account: TAccount); | ||
@@ -14,0 +14,0 @@ getAddress(): Promise<string>; |
{ | ||
"name": "@alchemy/aa-ethers", | ||
"license": "MIT", | ||
"version": "3.10.0", | ||
"version": "3.11.0", | ||
"description": "Ethers.js wrapper for @alchemy/aa-core", | ||
@@ -52,3 +52,3 @@ "author": "Alchemy", | ||
"dependencies": { | ||
"@alchemy/aa-core": "^3.10.0", | ||
"@alchemy/aa-core": "^3.11.0", | ||
"@ethersproject/abi": "^5.7.0", | ||
@@ -74,3 +74,3 @@ "@ethersproject/abstract-signer": "^5.7.0", | ||
}, | ||
"gitHead": "d48f92d8bf6d794bf9020d36c11026b416ddc404" | ||
"gitHead": "fd8fbfb70453e6e16e6566f334dafcb22371cba7" | ||
} |
Sorry, the diff of this file is not supported yet
74916
Updated@alchemy/aa-core@^3.11.0