UNPKG

permissionless

Version:

A utility library for working with ERC-4337

4 lines 292 B
import { type Address } from "viem"; import type { KernelVersion } from "../toKernelSmartAccount.js"; export declare const getNonceKeyWithEncoding: (kernelVersion: KernelVersion<"0.6" | "0.7">, validatorAddress: Address, nonceKey?: bigint) => bigint; //# sourceMappingURL=getNonceKey.d.ts.map