aftermath-ts-sdk - v3.3.3
    Preparing search index...
    PerpetualsOrderState:
        | { unknown: EmptyObject }
        | { invalid: { error: string } }
        | { pending: EmptyObject }
        | { active: EmptyObject }
        | { executed: PerpetualsExecutionInfo }
        | { cancelled: EmptyObject }
        | { inExecution: EmptyObject }
        | { toCancel: EmptyObject }

    Current state of a stop order in its lifecycle.

    Type Declaration