@dynamic-labs/ethereum-core.
Objects
EvmRpcProvider
An object representing a provider for a specific EVM chain.
Exported by
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
🚀 Stablecoin Accounts are live! Learn more
@dynamic-labs/ethereum-core.
import { Chain, PublicClient, Transport } from 'viem'
type EvmRpcProvider = {
chainId: number
chainName: string
provider: PublicClient<Transport, Chain>
}
Was this page helpful?