@renegade-fi/renegade-sdk
    Preparing search index...

    Interface MarketDepth

    interface MarketDepth {
        buy: DepthSide;
        market: MarketInfo;
        sell: DepthSide;
    }
    Index

    Properties

    Properties

    market: MarketInfo
    sell: DepthSide