createBundlerRpcClient()
createBundlerRpcClient(
config):BundlerClient<HttpTransport>
Defined in: packages/orbit-evm/src/utils/bundlerUtils.ts:185
Creates or retrieves a cached Viem Bundler Client configured for the resolved Pimlico endpoint.
Parameters
config
Bundler URL and optional client configuration parameters.
Returns
BundlerClient<HttpTransport>
Cached or newly instantiated BundlerClient.
Last updated on