Type Definition sc_rpc_server::RpcHandler[][src]

type RpcHandler<T> = PubSubHandler<T, RpcMiddleware>;
Expand description

The RPC IoHandler containing all requested APIs.