i have a similar usecase as this: https://github.com/paritytech/jsonrpsee/issues/560#issuecomment-967067308 where i need to pass a single client around, but since Arc<ClientT> doesn't impl ClientT i can't use pass it through generic parameters.
i have a similar usecase as this: #560 (comment)
where i need to pass a single client around, but since Arc doesn't impl ClientT i can't use pass it through generic parameters.