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

    Interface iEstimateSwapSuccessResponse

    interface iEstimateSwapSuccessResponse {
        estimate: {
            assetPath: {
                chainId: string;
                denom: string;
                how: "transfer" | "genesis" | "swap";
            }[];
            complianceErrorMessage?: string;
            complianceNotPassedWarning?: boolean;
            doesSwap: boolean;
            lowLiquidityWarning?: boolean;
            skipGoMsgs: SkipGoMessage[];
            tokenInAmount: string;
            tokenOutAmount: string;
        };
        success: boolean;
    }
    Index

    Properties

    Properties

    estimate: {
        assetPath: {
            chainId: string;
            denom: string;
            how: "transfer" | "genesis" | "swap";
        }[];
        complianceErrorMessage?: string;
        complianceNotPassedWarning?: boolean;
        doesSwap: boolean;
        lowLiquidityWarning?: boolean;
        skipGoMsgs: SkipGoMessage[];
        tokenInAmount: string;
        tokenOutAmount: string;
    }
    success: boolean