@dynamic-labs/solana-core.
Objects
SolanaRpcProvider
An object representing a provider for a specific Solana 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/solana-core.
import { Connection } from '@solana/web3.js'
type SolanaRpcProvider = {
chainId: string
chainName: string
provider: Connection
}
Was this page helpful?