Preparing search index...
The search index is not available
Solana JavaScript SDK
Solana JavaScript SDK
@solana/rpc-subscriptions
RpcSubscriptionsChannelCreatorFromClusterUrl
Type Alias RpcSubscriptionsChannelCreatorFromClusterUrl<TClusterUrl, TOutboundMessage, TInboundMessage>
RpcSubscriptionsChannelCreatorFromClusterUrl
:
TClusterUrl
extends
DevnetUrl
?
RpcSubscriptionsChannelCreatorDevnet
<
TOutboundMessage
,
TInboundMessage
,
>
:
TClusterUrl
extends
TestnetUrl
?
RpcSubscriptionsChannelCreatorTestnet
<
TOutboundMessage
,
TInboundMessage
,
>
:
TClusterUrl
extends
MainnetUrl
?
RpcSubscriptionsChannelCreatorMainnet
<
TOutboundMessage
,
TInboundMessage
,
>
:
RpcSubscriptionsChannelCreator
<
TOutboundMessage
,
TInboundMessage
>
Type Parameters
TClusterUrl
extends
ClusterUrl
TOutboundMessage
TInboundMessage
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Solana JavaScript SDK
Loading...