API Reference for TUWA Orbit framework-agnostic multi-chain primitives
createBundlerRpcClient()
createBundlerRpcClient(
config):BundlerClient<HttpTransport>
Defined in: packages/orbit-evm/src/utils/bundlerUtils.ts:179
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