Nado Typescript SDK Documentation
    Preparing search index...

    Interface TwapExecutionInfo

    interface TwapExecutionInfo {
        executionId: number;
        scheduledTime: number;
        status: TwapExecutionStatus;
        updatedAt: number;
    }
    Index

    Properties

    executionId: number
    scheduledTime: number
    updatedAt: number