UNPKG

permissionless

Version:

A utility library for working with ERC-4337

9 lines 439 B
import { type Address, type Hex } from "viem"; import type { KernelVersion } from "../toKernelSmartAccount.js"; export type WrapMessageHashParams = { kernelVersion: KernelVersion<"0.6" | "0.7">; accountAddress: Address; chainId: number; }; export declare const wrapMessageHash: (messageHash: Hex, { accountAddress, kernelVersion, chainId }: WrapMessageHashParams) => `0x${string}`; //# sourceMappingURL=wrapMessageHash.d.ts.map