hypercall_api/rfq/quote_provider_cache.rs
1//! Quote-provider registry cache.
2//!
3//! The canonical definitions live in `hypercall-runtime-api`. They are
4//! re-exported here so existing `crate::rfq::quote_provider_cache::*` consumers
5//! keep working unchanged.
6
7pub use hypercall_runtime_api::quote_provider_cache::{QuoteProviderCache, QuoteProviderConfig};