Module rpc

Source
Expand description

RPC client implementations for blockchain network communication.

This module provides JSON-RPC client implementations for communicating with various blockchain networks via HTTP and WebSocket connections. It includes specialized clients for different networks (Ethereum, Polygon, Arbitrum, Base) and common utilities for handling RPC requests and responses.

Modules§

chains
core
error
http
types
utils

Enums§

BlockchainRpcClientAny

Traits§

BlockchainRpcClient