Nado Typescript SDK Documentation
    Preparing search index...

    Type Alias TriggerOrderStatus

    TriggerOrderStatus:
        | { type: "cancelled"; reason: string }
        | { type: "triggered"; result: EngineServerExecuteResult }
        | { type: "internal_error"; error: string }
        | { type: "triggering" }
        | { type: "waiting_price" }
        | { type: "waiting_dependency" }
        | {
            type: "twap_executing";
            currentExecution: number;
            totalExecutions: number;
        }
        | { type: "twap_completed"; executed: number; total: number }