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

    Interface iMsgSwapExactAmountOut<T>

    interface iMsgSwapExactAmountOut<T extends NumberType> {
        routes: iSwapAmountOutRoute<T>[];
        sender: string;
        tokenInMaxAmount: T;
        tokenOut: iCosmosCoin<T>;
    }

    Type Parameters

    Implemented by

    Index

    Properties

    sender: string
    tokenInMaxAmount: T
    tokenOut: iCosmosCoin<T>