Documentation
    Preparing search index...

    The contract terms packed into an order ID (deepbook_predict::order). Tick 0 as the lower bound is −∞ and POS_INF_TICK as the higher is +∞; multiply a finite tick by the market's tickSize for its raw strike. Use it to feed a position from read.positions into redeemLiveProceeds.

    interface OrderRange {
        higherTick: bigint;
        lowerTick: bigint;
        quantity: bigint;
    }
    Index
    higherTick: bigint
    lowerTick: bigint
    quantity: bigint

    Minted payout: quantity_lots · position_lot_size.