abstractionkit
Advanced tools
Comparing version 0.2.4 to 0.2.5
import { SmartAccount } from "../SmartAccount"; | ||
import { MetaTransaction, Operation, StateOverrideSet, BaseUserOperation, UserOperationV6, UserOperationV7 } from "../../types"; | ||
import { CreateBaseUserOperationOverrides, Signer, SignerSignaturePair, WebauthnSignatureData, SafeModuleExecutorFunctionSelector, WebAuthnSignatureOverrides, BaseInitOverrides } from "./types"; | ||
import { CreateBaseUserOperationOverrides, Signer, SignerSignaturePair, WebauthnSignatureData, SafeModuleExecutorFunctionSelector, WebAuthnSignatureOverrides, BaseInitOverrides, WebauthnPublicKey } from "./types"; | ||
import { SendUseroperationResponse } from "../SendUseroperationResponse"; | ||
@@ -129,3 +129,10 @@ export declare class SafeAccount extends SmartAccount { | ||
isModuleEnabled(nodeRpcUrl: string, moduleAddress: string): Promise<boolean>; | ||
static createDummySignerSignaturePairForExpectedSigners(expectedSigners: Signer[], webAuthnSignatureOverrides?: WebAuthnSignatureOverrides): SignerSignaturePair[]; | ||
static verifyWebAuthnSignatureForMessageHash(nodeRpcUrl: string, signer: WebauthnPublicKey, messageHash: string, signature: string, overrides?: { | ||
eip7212WebAuthnPrecompileVerifier?: string; | ||
eip7212WebAuthnContractVerifier?: string; | ||
webAuthnSignerSingleton?: string; | ||
}): Promise<boolean>; | ||
private static createSafeWebAuthnSignerProxyDeployedByteCode; | ||
} | ||
//# sourceMappingURL=SafeAccount.d.ts.map |
@@ -26,2 +26,3 @@ import type { GasOption, StateOverrideSet, PolygonChain } from "../../types"; | ||
polygonGasStation?: PolygonChain; | ||
expectedSigners?: Signer[]; | ||
} | ||
@@ -28,0 +29,0 @@ export interface CreateUserOperationV6Overrides extends CreateBaseUserOperationOverrides { |
@@ -19,5 +19,5 @@ import { AbiInputValue, UserOperationV6, JsonRpcParam, GasOption, JsonRpcResult, UserOperationV7 } from "./types"; | ||
}; | ||
export declare function sendEthCallRequest(nodeRpcUrl: string, ethCallTransaction: EthCallTransaction, blockNumber: string | bigint): Promise<string>; | ||
export declare function sendEthCallRequest(nodeRpcUrl: string, ethCallTransaction: EthCallTransaction, blockNumber: string | bigint, stateOverrides?: object): Promise<string>; | ||
export declare function sendEthGetCodeRequest(nodeRpcUrl: string, contractAddress: string, blockNumber: string | bigint): Promise<string>; | ||
export {}; | ||
//# sourceMappingURL=utils.d.ts.map |
@@ -7,3 +7,3 @@ { | ||
}, | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"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 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
382793
1955