• Creates a RpcSubscriptionsTransport with some default behaviours.

    The default behaviours include:

    • Logic that coalesces multiple subscriptions for the same notifications with the same arguments into a single subscription.

    Type Parameters

    • TClusterUrl extends ClusterUrl

    Parameters

    • config: Readonly<{
          createChannel: RpcSubscriptionsChannelCreatorFromClusterUrl<TClusterUrl, unknown, unknown>;
      }>

    Returns RpcSubscriptionsTransportFromClusterUrl<TClusterUrl>