Open
Description
I've built a transport that allows jsonrpc-client to work in the browser with wasm, but I think it's impossible to create such a transport outside of jsonrpc_core_client crate because some of the types used to build the transports are not exposed.
This includes:
- RpcMessage and all the variants
- RequestBuilder.* (call_request etc)
- probably others
It would be great if those types could be exposed to make it possible to create a custom transport
Metadata
Metadata
Assignees
Labels
No labels