Type aliases
RpcSubscriptionsTransportFromClusterUrl
RpcSubscriptionsTransportFromClusterUrl<
TClusterUrl
> =TClusterUrl
extendsDevnetUrl
?RpcSubscriptionsTransportDevnet
:TClusterUrl
extendsTestnetUrl
?RpcSubscriptionsTransportTestnet
:TClusterUrl
extendsMainnetUrl
?RpcSubscriptionsTransportMainnet
:RpcSubscriptionsTransport
Given a ClusterUrl, this utility type will resolve to as specific a RpcSubscriptionsTransport as possible.
Type Parameters
Type Parameter |
---|
TClusterUrl extends ClusterUrl |