DefaultRpcSubscriptionsTransportConfig

type DefaultRpcSubscriptionsTransportConfig<TClusterUrl> = Readonly<{
  createChannel: RpcSubscriptionsChannelCreatorFromClusterUrl<TClusterUrl, unknown, unknown>;
}>;

Type Parameters

Type Parameter
TClusterUrl extends ClusterUrl

On this page