Left Curve Software Stack
    Preparing search index...

    Type Alias LiquidityDepthResponse

    type LiquidityDepthResponse = {
        askDepth: Option<[string, LiquidityDepth][]>;
        bidDepth: Option<[string, LiquidityDepth][]>;
    }
    Index

    Properties

    Properties

    askDepth: Option<[string, LiquidityDepth][]>
    bidDepth: Option<[string, LiquidityDepth][]>