Documentation
    Preparing search index...

    Interface OpenPosition

    One open position — the coordinates redeem/claim/hasPosition take.

    interface OpenPosition {
        marketId: string;
        orderId: bigint;
    }
    Index
    marketId: string
    orderId: bigint