Crate jsonrpc_core_client[−][src]
Expand description
JSON-RPC client implementation primitives.
By default this crate does not implement any transports,
use corresponding features (tls
, http
or ws
) to opt-in for them.
See documentation of jsonrpc-client-transports
for more details.
Re-exports
pub use futures;
Modules
Client transport implementations
Structs
Client for raw JSON RPC requests
A channel to a RpcClient
.
Client for typed JSON RPC requests
A typed subscription stream.
Enums
The errors returned by the client.
Type Definitions
The future returned by the rpc call.
A result returned by the client.
The stream returned by a subscribe.