UNPKG

permissionless

Version:

A utility library for working with ERC-4337

10 lines 462 B
import { type Hex } from "viem"; import { type Address } 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