@zerodev/sdk
Advanced tools
Comparing version 5.3.25 to 5.3.26
@@ -6,3 +6,3 @@ import { type SendTransactionsWithPaymasterParameters } from "permissionless/actions/smartAccount"; | ||
import type { KernelValidator, KernelValidatorHook } from "../../types/kernel.js"; | ||
export type UninstallPluginParameters<entryPoint extends EntryPoint, TTransport extends Transport = Transport, TChain extends Chain | undefined = Chain | undefined, TAccount extends KernelSmartAccount<entryPoint, TTransport, TChain> | undefined = KernelSmartAccount<entryPoint, TTransport, TChain> | undefined> = Prettify<SendTransactionsWithPaymasterParameters<entryPoint, TTransport, TChain, TAccount> & { | ||
export type UninstallPluginParameters<entryPoint extends EntryPoint, TTransport extends Transport = Transport, TChain extends Chain | undefined = Chain | undefined, TAccount extends KernelSmartAccount<entryPoint, TTransport, TChain> | undefined = KernelSmartAccount<entryPoint, TTransport, TChain> | undefined> = Prettify<Partial<SendTransactionsWithPaymasterParameters<entryPoint, TTransport, TChain, TAccount>> & { | ||
plugin: KernelValidator<entryPoint, string>; | ||
@@ -9,0 +9,0 @@ hook?: KernelValidatorHook; |
@@ -30,7 +30,9 @@ import { | ||
> = Prettify< | ||
SendTransactionsWithPaymasterParameters< | ||
entryPoint, | ||
TTransport, | ||
TChain, | ||
TAccount | ||
Partial< | ||
SendTransactionsWithPaymasterParameters< | ||
entryPoint, | ||
TTransport, | ||
TChain, | ||
TAccount | ||
> | ||
> & { | ||
@@ -37,0 +39,0 @@ plugin: KernelValidator<entryPoint, string> |
{ | ||
"name": "@zerodev/sdk", | ||
"version": "5.3.25", | ||
"version": "5.3.26", | ||
"author": "ZeroDev", | ||
@@ -12,3 +12,9 @@ "main": "./_cjs/index.js", | ||
"description": "A utility library for working with ERC-4337", | ||
"keywords": ["ethereum", "erc-4337", "eip-4337", "paymaster", "bundler"], | ||
"keywords": [ | ||
"ethereum", | ||
"erc-4337", | ||
"eip-4337", | ||
"paymaster", | ||
"bundler" | ||
], | ||
"license": "MIT", | ||
@@ -94,10 +100,26 @@ "files": [ | ||
"*": { | ||
"accounts": ["./_types/accounts/index.d.ts"], | ||
"plugins": ["./_types/plugins/index.d.ts"], | ||
"actions": ["./_types/actions/index.d.ts"], | ||
"types": ["./_types/types/index.d.ts"], | ||
"actions/kernel": ["./_types/actions/kernel/index.d.ts"], | ||
"clients": ["./_types/clients/index.d.ts"], | ||
"clients/kernel": ["./_types/clients/kernel/index.d.ts"], | ||
"providers": ["./_types/providers/index.d.ts"] | ||
"accounts": [ | ||
"./_types/accounts/index.d.ts" | ||
], | ||
"plugins": [ | ||
"./_types/plugins/index.d.ts" | ||
], | ||
"actions": [ | ||
"./_types/actions/index.d.ts" | ||
], | ||
"types": [ | ||
"./_types/types/index.d.ts" | ||
], | ||
"actions/kernel": [ | ||
"./_types/actions/kernel/index.d.ts" | ||
], | ||
"clients": [ | ||
"./_types/clients/index.d.ts" | ||
], | ||
"clients/kernel": [ | ||
"./_types/clients/kernel/index.d.ts" | ||
], | ||
"providers": [ | ||
"./_types/providers/index.d.ts" | ||
] | ||
} | ||
@@ -104,0 +126,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1369196
27235