SolanaAdapterConfig
Defined in: packages/pulsar-solana/src/types.ts:31
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:33
A mapping of cluster names to their respective RPC endpoints.
wallet?
optional
wallet:SolanaAdapterWallet
Defined in: packages/pulsar-solana/src/types.ts:32
An optional object describing the connected wallet’s state.
Last updated on