SolanaAdapterConfig
Defined in: packages/pulsar-solana/src/types.ts:15
Represents the simplified configuration object for the Solana adapter.
This configuration enables both wallet-based (connected) and read-only (disconnected) modes, supporting operations like transaction tracking, name/identity resolution, and more.
Properties
rpcUrls
rpcUrls:
Partial<Record<SolanaClusterMoniker,string>>
Defined in: packages/pulsar-solana/src/types.ts:16
A mapping of cluster names to their respective RPC endpoints.
Last updated on