Function handle_rpc_request

Source
pub async fn handle_rpc_request<C: ChannelTypes<RpcService>>(
    node: Arc<dyn AbstractNode>,
    msg: Request,
    chan: RpcChannel<RpcService, C>,
) -> Result<(), RpcServerError<C>>
Expand description

Handle rpc requests for the node and net services