Function createSolanaRpcSubscriptions_UNSTABLE
- createSolanaRpcSubscriptions_UNSTABLE<TClusterUrl extends ClusterUrl>(
clusterUrl: TClusterUrl,
config?: Omit<
Readonly<
{
intervalMs?: number;
maxSubscriptionsPerChannel?: number;
minChannels?: number;
sendBufferHighWatermark?: number;
url: TClusterUrl;
},
>,
"url",
>,
): RpcSubscriptionsFromTransport<
AccountNotificationsApi & LogsNotificationsApi & ProgramNotificationsApi & RootNotificationsApi & SignatureNotificationsApi & SlotNotificationsApi & BlockNotificationsApi & SlotsUpdatesNotificationsApi & VoteNotificationsApi,
RpcSubscriptionsTransportFromClusterUrl,
> Parameters
- clusterUrl: TClusterUrl
Optionalconfig: Omit<
Readonly<
{
intervalMs?: number;
maxSubscriptionsPerChannel?: number;
minChannels?: number;
sendBufferHighWatermark?: number;
url: TClusterUrl;
},
>,
"url",
>