Function createSolanaRpcSubscriptions_UNSTABLE create Solana Rpc Subscriptions_ UNSTABLE < TClusterUrl > ( clusterUrl , config ? ) : RpcSubscriptionsFromTransport < AccountNotificationsApi & LogsNotificationsApi & ProgramNotificationsApi & RootNotificationsApi & SignatureNotificationsApi & SlotNotificationsApi & BlockNotificationsApi & SlotsUpdatesNotificationsApi & VoteNotificationsApi , RpcSubscriptionsTransportFromClusterUrl > Type Parameters TClusterUrl extends ClusterUrl Parameters clusterUrl : TClusterUrl Optionalconfig : Omit < Readonly < { intervalMs ?: number ; maxSubscriptionsPerChannel ?: number ; minChannels ?: number ; sendBufferHighWatermark ?: number ; url : TClusterUrl ; } > , "url" > Returns RpcSubscriptionsFromTransport < AccountNotificationsApi & LogsNotificationsApi & ProgramNotificationsApi & RootNotificationsApi & SignatureNotificationsApi & SlotNotificationsApi & BlockNotificationsApi & SlotsUpdatesNotificationsApi & VoteNotificationsApi , RpcSubscriptionsTransportFromClusterUrl > Defined in node_modules/.pnpm/@solana+rpc-subscriptions@6.5.0_typescript@5.9.3/node_modules/@solana/rpc-subscriptions/dist/types/rpc-subscriptions.d.ts:18
Creates a RpcSubscriptions instance that exposes the Solana JSON RPC WebSocket API, including its unstable methods, given a cluster URL and some optional channel config. See createDefaultRpcSubscriptionsChannelCreator for the shape of the channel config.