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

    Interface iMsgSwapExactAmountIn<T>

    interface iMsgSwapExactAmountIn<T extends NumberType> {
        routes: iSwapAmountInRoute<T>[];
        sender: string;
        tokenIn: iCosmosCoin<T>;
        tokenOutMinAmount: T;
    }

    Type Parameters

    Implemented by

    Index

    Properties

    sender: string
    tokenIn: iCosmosCoin<T>
    tokenOutMinAmount: T