Crate iroh_rpc_client

source ·

Re-exports

pub use self::config::Config;
pub use client::Client;
pub use network::Lookup;
pub use network::P2pClient;
pub use status::ClientStatus;
pub use status::ServiceStatus;
pub use status::ServiceType;
pub use status::StatusType;
pub use status::HEALTH_POLL_WAIT;
pub use store::StoreClient;

Modules

Functions

Type Definitions

The types of channels used by the client and server.
Error when handling an RPC call on the client side.
A request sink and response stream for a single RPC call on the client side.
Error when handling an RPC call on the server side.
A response sink and request stream for a single RPC call on the server side.