Skip to content

getSupportedEntryPoints

calls eth_supportedEntryPoints and returns the entry points the RPC supports

Usage

example.ts
import { client } from "./client";
 
const entryPoints = await client.getSupportedEntryPoints();

Returns

Promise<Address[]>

The list of supported entry points by the underlying RPC Provider