๐ Stablecoin Accounts are live! Learn more
React
- Introduction to the SDK
- Changelog
- Configuration
- Upgrade Guides
- SDK/User Loading States
- Providers and Connectors
- UI Components
- Hooks
- Events
- Handlers
- Objects
- AccessDeniedCustomButton
- EvmNetwork
- EvmRpcProvider
- EvmRpcProviderMethods
- GenericNetwork
- LocaleResource
- NameService
- NativeCurrency
- PhoneData
- React Objects Introduction
- SolanaRpcProvider
- SolanaRpcProviderMethods
- SocialProvider
- JWT Payload
- UserProfile
- JwtVerifiedCredential
- SdkViews
- Wallet
- WalletOption
- WalletConnectConnector
- WalletConnector
- WalletsByChain
- Utilities
- Examples
Objects
EvmRpcProvider
An object representing a provider for a specific EVM chain.
Exported by @dynamic-labs/ethereum-core
.
Copy
Ask AI
import { Chain, PublicClient, Transport } from 'viem'
type EvmRpcProvider = {
chainId: number
chainName: string
provider: PublicClient<Transport, Chain>
}
Was this page helpful?
Assistant
Responses are generated using AI and may contain mistakes.