Skip to main content

hypercall_api/boundary/
read_models.rs

1//! Read-model runtime ports.
2//!
3//! The canonical definitions live in `hypercall-runtime-api`. They are
4//! re-exported here so existing `crate::boundary::read_models::*` consumers
5//! keep working unchanged.
6
7pub use hypercall_runtime_api::boundary::read_models::{
8    BalanceLedgerSyncSnapshot, BalanceProvider, EngineBalanceSnapshotProvider, MarginInfo,
9    MmpCacheApi, PmRiskGridData, PortfolioCacheApi, PortfolioSummary, PositionSummary,
10    TierCacheApi, WalletMarginSnapshot,
11};