pub async fn serve_bridge_exit<R: RpcService>(
    socket: UdpSocket,
    key: [u8; 32],
    service: R
) -> Result<()>
Expand description

Serve the authenticated bridge-exit protocol, given an RpcService.