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

    Interface iMsgSwapExactAmountInWithIBCTransfer<T>

    interface iMsgSwapExactAmountInWithIBCTransfer<T extends NumberType> {
        affiliates: iAffiliate[];
        ibcTransferInfo: iIBCTransferInfo<T>;
        routes: iSwapAmountInRoute<T>[];
        sender: string;
        tokenIn: iCosmosCoin<T>;
        tokenOutMinAmount: T;
    }

    Type Parameters

    Implemented by

    Index

    Properties

    affiliates: iAffiliate[]

    affiliates are fee recipients that receive fees calculated from token_out_min_amount

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