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

    Interface iMsgJoinSwapExternAmountIn<T>

    interface iMsgJoinSwapExternAmountIn<T extends NumberType> {
        poolId: T;
        sender: string;
        shareOutMinAmount: T;
        tokenIn: iCosmosCoin<T>;
    }

    Type Parameters

    Implemented by

    Index

    Properties

    poolId: T
    sender: string
    shareOutMinAmount: T
    tokenIn: iCosmosCoin<T>