Type Definition sc_rpc_server::RpcHandler
source · [−]pub type RpcHandler<T> = PubSubHandler<T, RpcMiddleware>;
Expand description
The RPC IoHandler containing all requested APIs.
pub type RpcHandler<T> = PubSubHandler<T, RpcMiddleware>;
The RPC IoHandler containing all requested APIs.