Closed
Description
Component
providers, pubsub
Describe the feature you would like
There should be an easy way to instantiate a RootProvider
for any given transport, currently we do:
RootProvider::<Network, _>::new(RpcClient:new(transport, true))
where the transport itself can also be "complex" to instantiate
Additional context
No response
Activity