Type aliases
RpcTransportFromClusterUrl
RpcTransportFromClusterUrl<
TClusterUrl
> =TClusterUrl
extendsDevnetUrl
?RpcTransportDevnet
:TClusterUrl
extendsTestnetUrl
?RpcTransportTestnet
:TClusterUrl
extendsMainnetUrl
?RpcTransportMainnet
:RpcTransport
Given a ClusterUrl, this utility type will resolve to as specific a RpcTransport as possible.
Type Parameters
Type Parameter |
---|
TClusterUrl extends ClusterUrl |