Files

1
2
3
4
5
6
7
8
mod cex_dex_markout;
mod types;

pub use cex_dex_markout::CexDexMarkoutInspector;
pub use types::{
    log_cex_trade_price_delta, ArbDetailsWithPrices, ArbLeg, CexDexProcessing, CexPricesForSwaps,
    ExchangeLegCexPrice, OptimisticDetails, PossibleCexDex, PriceCalcType,
};