MsgSwapExactAmountInWithIBCTransfer
Swap and Transfer Properties
TypeScript Interface
export interface iIBCTransferInfo<T extends NumberType> {
sourceChannel: string;
receiver: string;
memo: string;
timeoutTimestamp: T;
}
export interface iMsgSwapExactAmountInWithIBCTransfer<T extends NumberType> {
sender: string;
routes: iSwapAmountInRoute<T>[];
tokenIn: iCosmosCoin<T>;
tokenOutMinAmount: T;
ibcTransferInfo: iIBCTransferInfo<T>;
affiliates?: iAffiliate[];
}
export interface iAffiliate {
basisPointsFee: string;
address: string;
}JSON Example
Multi-Hop Swaps
Slippage Protection
IBC Transfer Details
Atomic Execution
Swap Fees
Affiliate Fees
Use Cases
Last updated