hypercall_types/qp_protocol.rs
1//! Quote Provider WebSocket protocol for `/ws/quotes`.
2//!
3//! The stable wire DTOs live in `hypercall-ws-protocol`. This module is a
4//! compatibility re-export so existing `hypercall_types::qp_protocol` imports
5//! use the same protocol definitions as the gateway and clients.
6
7pub use hypercall_ws_protocol::qp::*;