Skip to main content

Module stablecoin_dex

Module stablecoin_dex 

Source

Re-exports§

pub use IStablecoinDEX::IStablecoinDEXErrors as StablecoinDEXError;
pub use IStablecoinDEX::IStablecoinDEXEvents as StablecoinDEXEvents;

Modules§

IStablecoinDEX
StablecoinDEX interface for managing orderbook based trading of stablecoins.

Constants§

MAX_TICK
Maximum tick value for the orderbook price grid.
MIN_TICK
Minimum tick value for the orderbook price grid.
PRICE_SCALE
Price scale factor for tick-to-price conversions.