Nado Typescript SDK Documentation
    Preparing search index...

    Interface TriggerServerTwapExecutionInfo

    interface TriggerServerTwapExecutionInfo {
        execution_id: number;
        scheduled_time: number;
        status: TriggerServerTwapExecutionStatus;
        updated_at: number;
    }
    Index

    Properties

    execution_id: number
    scheduled_time: number
    updated_at: number