bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Interface iEstimateSwapSuccessResponse

    interface iEstimateSwapSuccessResponse {
        estimate: {
            allRoutes: any[];
            lowLiqudiityWarning?: boolean;
            tokenInAmount: string;
            tokenOutAmount: string;
        };
        success: boolean;
    }
    Index

    Properties

    Properties

    estimate: {
        allRoutes: any[];
        lowLiqudiityWarning?: boolean;
        tokenInAmount: string;
        tokenOutAmount: string;
    }
    success: boolean