Skip to main content

hypercall_api/boundary/
market_inputs.rs

1//! Market-input runtime ports.
2//!
3//! The canonical definitions live in `hypercall-runtime-api`. They are
4//! re-exported here so existing `crate::boundary::market_inputs::*` consumers
5//! keep working unchanged.
6
7pub use hypercall_runtime_api::boundary::market_inputs::{
8    GreeksCacheReader, InstrumentsCacheReader, MarketStatsCacheReader,
9};