abstractionkit
Advanced tools
Comparing version 0.2.7 to 0.2.8
@@ -128,2 +128,3 @@ import { SmartAccount } from "../SmartAccount"; | ||
protected createBaseUserOperationAndFactoryAddressAndFactoryData(transactions: MetaTransaction[], isV06: boolean, providerRpc?: string, bundlerRpc?: string, overrides?: CreateBaseUserOperationOverrides): Promise<[BaseUserOperation, string | null, string | null]>; | ||
private static handlefetchGasPrice; | ||
signUserOperation(useroperation: UserOperationV6 | UserOperationV7, privateKeys: string[], chainId: bigint, overrides?: { | ||
@@ -130,0 +131,0 @@ validAfter?: bigint; |
@@ -1,2 +0,2 @@ | ||
import { AbiInputValue, UserOperationV6, JsonRpcParam, GasOption, JsonRpcResult, UserOperationV7 } from "./types"; | ||
import { AbiInputValue, UserOperationV6, JsonRpcParam, GasOption, JsonRpcResult, UserOperationV7, PolygonChain } from "./types"; | ||
export declare function createUserOperationHash(useroperation: UserOperationV6 | UserOperationV7, entrypointAddress: string, chainId: bigint): string; | ||
@@ -10,2 +10,3 @@ export declare function createPackedUserOperationV6(useroperation: UserOperationV6): string; | ||
export declare function fetchGasPrice(provideRpc: string, gasLevel?: GasOption): Promise<[bigint, bigint]>; | ||
export declare function fetchGasPricePolygon(polygonChain: PolygonChain, gasLevel?: GasOption): Promise<[bigint, bigint]>; | ||
export declare function calculateUserOperationMaxGasCost(useroperation: UserOperationV6 | UserOperationV7): bigint; | ||
@@ -12,0 +13,0 @@ type EthCallTransaction = { |
@@ -7,3 +7,3 @@ { | ||
}, | ||
"version": "0.2.7", | ||
"version": "0.2.8", | ||
"description": "Account Abstraction 4337 SDK by Candidelabs", | ||
@@ -10,0 +10,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
401240
2079