UNPKG

permissionless

Version:

A utility library for working with ERC-4337

7 lines 470 B
import type { GetSenderAddressParams } from "./public/getSenderAddress.js"; import { InvalidEntryPointError, getSenderAddress } from "./public/getSenderAddress.js"; import type { GetAccountNonceParams } from "./public/getAccountNonce.js"; import { getAccountNonce } from "./public/getAccountNonce.js"; export type { GetSenderAddressParams, GetAccountNonceParams }; export { getSenderAddress, getAccountNonce, InvalidEntryPointError }; //# sourceMappingURL=index.d.ts.map